|
|
|
|
|
by kr0
3713 days ago
|
|
The comment at the end about this being acceptable leaves me wondering. I started programming in 2013 and doubt there was once a time where "bad" coding was ok. Surely there was always someone on the other side of the fence. I suppose when it comes down to it, there is getting it done and getting it done today. |
|
As well as that, the industry was very much a cottage industry at the time, many programmers were self taught and came from an era where one person would make the entire game. I was one of those programmers, and in the days before you could readily find information online about how to do things 'correctly' you found your own way (no Google, no StackOverflow, ...).
Would I want to go back to writing code like that today? No way. But I understand why it happened.
I put 'correctly', because even today we don't know how to write code. It's still an open question, and anybody that tells you they have the 'one true way' needs some extraordinary proof - otherwise it's just arrogance.
My preferred method these days is functional, but after 30 years of programming - starting from a BBC Micro (8bit, 32K of RAM), I am still learning. Mostly becoming a good programmer (in my opinion) is learning to deal with the inadequacies of the wet-ware between your ears. It's all coping strategies for the complexity of the problems we're trying to solve today.