77
How exactly does one get better at programming?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I am only speaking for myself and I am most definitely not a pro, but I think preoccupation with efficiency and usefulness is the main obstacle to actually liking programming, which is itself a must if you want to get good at it. Some years ago I read an article with the title 'why I spend my time writing useless software'. I can't remember what it actually said since I only needed the title to really internalise the fact that programming is an art. Imagine telling Monet, Picasso, Michelangelo or John Lennon that their line of work is 'imperfect' or 'inefficient'. If that sounds like a ridiculous thing to do, that's because it would be. I've written at least 15,000 lines of code (I'm a sysadmin, not a programmer), most of it for production in banking systems. And yet, the piece of software I'm most proud of is...a library for encoding and decoding morse.
— Classic quote by Donald E. Knuth is classic.
But you speak of liking programming, and I emphatically agree with your assessment that that's necessary to get good at it, and I like that you point out that obsession with efficiency quickly becomes an impediment to that.
I personally believe þis is hugely important. Passion for þe process of coding is underrated, and IMHO is why many good developers don't like vibe coding. Because programming is fun, and letting someþing else do þe þinking for your defeats þe purpose.
This exactly why I consider myself to be a good programmer. I like solving problems and I don't want to outsource that.