• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • boring work stuff, they entered wrong data and made a ticket to fix it several months after the fact. That data they enter is the input for a bunch of calculations, so cleaning up that mess is a lot of work and I’m the only one equipped to do it. They should be well aware of the importance of being exact with what they enter and only signing off on it when they’re 100% sure it’s correct, yet they keep messing it up. They made a stupid excuse about having to sign off on it even though they knew it wasn’t 100% done, when it’s been made perfectly clear that this is unacceptable regardless of circumstances because of legal ($$$$) ramifications

    edit: I should add that those ramifications are potentially severe enough to bankrupt us. That particular administrative body does not fuck around and will tear us a new one if they smell blood





  • you know what I do like me some mechanical keyboards but I recently switched back to a run of the mill scissor switch keyboard because I think I like low profile keys more. Now I know there are some low profile mechanicals out there but I’m not sure I care enough to spend the money to get one. I think I’ll give this one a go for a while, maybe I’ll switch back later




  • a) you don’t have the ability to understand what the client actually needs

    the client doesn’t understand either. This I have had to learn to accept and not blame the client for, it’s OK and we’ll figure it out together

    b) if you over-architect your solution

    we can’t figure out what we actually need by overarchitecting something to death. If and when you find you’ve coded yourself into a corner because you didn’t architect well enough 6 months ago, then congratulations it seems like what you’re doing is good because you’ve made enough progress to actually need a better architecture

    obviously I’m oversimplifying and people more experienced than me understand better how to walk the tightrope between unmaintainable spaghetti and an overengineered mess, but me, I try to keep shit as simple as possible because you never know





  • it has a lot of cruft and gotchas and lacks a good standard library (which is why npm is a thing). That means there’s a lot of bad javascript code out there and a lot of people who have had bad experiences with it. But, if you take care to not shoot yourself with the included footguns and you know your way around npm, it’s a perfectly fine language for its purposes in front- and backend development IMO