• 0 Posts
  • 51 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle
  • No, that’s what good programmers say (measure first, then optimize). Bad programmers use it to mean it’s perfectly fine to prematurely pessimize code because they can’t be bothered to spend 10 minutes to come up with something that isn’t O(n^2) because their set is only 5 elements long so it’s “not a big deal” and “it’s fine” even though the set will be hundreds or thousands of elements long under real load.

    It would be almost funny if it didn’t happen every single time.













  • ugo@feddit.ittoAsk Me Anything@lemmy.ca*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    If I may, I don’t recommend spaghetti for ragú alla bolognese. Their shape and smooth surface make for poor sauce retention on the fork. Classically, ragú alla bolognese is served with tagliatelle, though to be fair I don’t know how available those are in Greenland.

    Do try them if you get the chance though.






  • 3 things:

    1. I did not assert that “not having something is correct”
    2. You don’t need a forge for bug trackers and PR reviews (note: I also did not assert they are not needed or useful, either in my previous message or in this one)
    3. If something is required, it cannot be taken away without making the software less perfect. Perfect software is as small as possible and no smaller

    Please note also, that I responded to a very specific part that I quoted, namely the fact that you need reasonably little to make good software. Everything else is not am assertion on my part, but an assumption on yours.