My first one was Visual Source Safe.
I will never go back to it for any amount of money.
Alignment indentation like that makes my eyes bleed. Please never push an LoC further to the right than nesting would imply.
Nano is love.
This is a bit embarrassing but the last time I actively worked in C++ it was with Qt and pre C++11.
Real C++ programmers pass by const ref and tell pointers to fuck off.
Ah right on, that’s a fun and difficult thing to optimize for!
If that’s a genuine non-sarcastic question that isn’t whooshing me then no - there can be other things like memory/disk usage… but if I’m optimizing for CPU I want it to use less overall cycles. It may be that the easiest fix is to throw money at the problem (always a fair option) which would mean getting a beefier/more processor cores to make the performance acceptable but this would usually just shift how cycles are being used to process them faster.
My joke above was that it’d use more total cycles which actually is generally the case if you’re solving a problem by throwing resources at it (since you’re likely incurring more overhead) but generally when you optimize you want to reduce the total number of cycles by somehow locating and eliminating work that doesn’t need to be done.
Indeed, anytime I optimize code, it ends up taking more CPU to run.
Almost certainly HTTP 418:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418
I don’t care how we get him there - as long as we don’t give Elon a rocket to get back.
A few languages force a decision (usually towards tabs), but otherwise it’s just a question of aesthetics vs. accessibility.
Hard tabs are much better as someone who works with an age diverse team where vision issues are a serious issue. Four space tabs are optimal for you but there are other lived experiences.
It’s alright… but have you considered spaces for indentation and tabs for alignment?
Figure out if they prefer spaces or tabs, insist on the other.
Please note this won’t work on Pythonistas as they’ve already had their spirit thoroughly broken.
Assuming you’re talking about HTML5 & CSS it actually is Turing Complete.
10/10 would nerd out in PHP again.
Javascript:
I heard you like mutating class data so I’m mutating the data you can put in your class data, dawg.
You leave the bore and the idiot alone and suddenly your NPM dependencies jump from 30MB to 502GB.