Programming is boring
21–30 of 75 posts
Re: Programming is boring
#22Re: Programming is boring
#23Truth but unlike other professions, throughout the rise of the internet, github, what-have-you, we, programmers have been able to counter the boringness and move to other opportunities in the industry. For example, someone who wrote test hardware code in embedded C, can move towards full software iOS development which is at two ends of the tech industry. The opportunity produces excitement and the further attainment…
Can you provide more detail on that? Pilots have to be "type rated" for the aircraft they fly, and some aircraft share type ratings because they are substantially similar. Flight Training International shows the same amount of time for A330 and B777 training, with the most intense complete training course lasting two weeks (plus "homework").
Re: Programming is boring
#24>Screw writing anything down or discussing your issues with you further! This is exciting! Oh if it goes wrong I’ll just quit because look at my CV, I’m doing triple heart bypasses like crazy!
This person needs a hug or something. Many doctors absolutely love their job. They love doing things that matter, and dealing with unique problems (and almost all problems are unique). Their anecdote is yet again a tired jealous screed trying to imagine themselves to be the good coder.
Re: Programming is boring
#25Turns out that in our world, it's product lifecycle. 1 is initial conception, 2 is prototype, 3 is rollout, 4 is major enhancement, and 5 is maintenance. My personality is that I find maintenance boring.
But that isn't necessarily true of all programmers...
Re: Programming is boring
#26What is boring is having to spend eight hours a day among people who think that programming is boring.
Re: Programming is boring
#27I would be bored to death if my days only involved programming.
Re: Programming is boring
#28I'm 34 years old and have been programming since I was 14. I loved it from day one. I still love it. Even after tens of thousands of hours, two CS degrees, and hundreds of projects, I still am still amazed that I get to get up every day, go to my office in the basement, and can literally type into existence complex systems. I love it. I love the problem solving and making stuff work. I get frustrated with people from…
Re: Programming is boring
#29I'm writing an authorization expression parser that generates a Validation applicative functor (whose errors form a semi-group, so cool!). The users will only notice that the error messages when they fail authorization will be descriptive of what they're missing. The developers love it because they get a rich, descriptive language. And it makes me happy because it's actually not a lot of code.
If I had written it the boring way there would probably be more code, be less useful, and I would've tried to find some way to punt the work onto someone else.
Beautiful code is not just a way to check of your *-ility's. It's also inspirational. And being inspired leads to creative solutions which amplify the value you can generate. Sometimes the boring solutions lead to byzantine, institutional code whose intent, purpose, and function remains a mystery.
For me clarity and utility stem not from documentation and mountains of tests. It comes from being succinct, clear, and precise. At least the author and I agree on one point: simplicity is key.
Re: Programming is boring
#30I try to make the compiler do the boring stuff.