• 0 Posts
  • 65 Comments
Joined 1 year ago
cake
Cake day: June 4th, 2025

help-circle


  • I mean, what we have now is a clique of ideologically-aligned people who insta-approve each other’s bad PRs outside their domain and ignore or jam-up the PRs of people outside their clique.

    You can say it’s a failure of management, but this is the primary tool used by the ideologues. And I’ve seen it used so at various places.

    What I haven’t seen is a real dissemination of knowledge about the code via review. At least not above and beyond what can be achieved by looking at the code and using blame to see the changesets and looking at the associated issues.



  • Why would you ask permission to do something necessary? Just do it any time you have a ticket in the area.

    One place I worked at had a rule forbidding pure refactors. One, it’s no other department’s (or manager’s) business that you massaged something to be more useful. Two, what is QA supposed to do with a change that has no new features or bug fixes? Three, are you going to put “refactor” in your release notes? Four, why are you refactoring things out of the scope of a feature or bugfix?








  • C.

    I exaggerate a bit. C99 lets you declare variables anywhere inside the block, not just the top.

    Which still got me into an argument with a coworker who wanted me to declare every variable at the top of the block “in case” we port the code to a compiler that doesn’t support it.

    C99 was 20 years old at that point.

    Newer versions of C have generics “support” but I haven’t seen it in the wild yet.





  • Articulates the conclusion I’ve come to.

    The idea that fetuses today will never catch up to a technology touted as easy enough for a dog to use is absurd.

    If this stuff is so amazing, then I’ll pick it up when it matures.

    It frankly doesn’t solve any problems I have. PR approvals are my bottleneck, not writing code.

    And as more people outsource their thinking to LLMs, the less intelligent they are on their own.

    Hope you have enough tokens and the server isn’t 404.





  • Not sure I follow the DOS/Windows analogy. Unless you spent all your time designing GUIs, a lot of those skills carried over. Especially with the advent of VisualStudio (also intended to replace engineers), you could drag and drop a window layout, double-click a button and continue coding as before. There was a small mental leap necessary to write event-driven code (instead of using a superloop), but that’s an afternoon-long “a ha” epiphany, not going back to school for a new degree. Ditto for MVC-like layering.

    And the DOS/Windows analogy is further baffling since Windows-native coding has mostly come and gone. Even “native” Windows apps are typically Electron — web pages captured in a window

    Unless the author is saying we must always run to stand still, which they seem to reject early on.