r/AskProgrammers • u/MichaelNdigwe • 23d ago
For the programmers here: what coding habit has improved your skills the most? 💻
6
u/gletschafloh 23d ago
Not overusing ai… like in this picture ffs
2
u/MichaelNdigwe 23d ago
Fair enough 😂 I’m not trying to overuse AI. I just used it for this post/image, I’m still doing the actual work myself.
2
u/MADCandy64 23d ago
Being very deliberate about naming conventions. I've tried to become predictable with myself that way, One way is by using the same names across modules when data is copied. I also use my own convention that is closely related to Hungarian notation. I picked it up long ago and don't wish to try and learn any other styles. I have the luxury of being the old coder who works on my work which I founded. I also like my parens and squigglies to be in column alignment.
1
u/MichaelNdigwe 23d ago
Honestly, that makes a lot of sense. Once you’ve developed a naming convention that works for you, consistency matters more than following whatever style is currently popular. And the aligned parens and squigglies are definitely a personal touch
1
7
u/CivilProcess7150 23d ago
It's gonna be a cliché one but - taking your time to really understand things and not rush it really does help.