Hacker News new | past | comments | ask | show | jobs | submit login

I agree with you up until the cliche "code is the easy part". People say this at the same time that they complain that people with 10 years of experience can't even solve FizzBuzz.

The amount of badly architectured, buggy code I've seen in a couple of decades working with software tells me that "code is the easy part" is an absolute lie.

Writing good code that's well tested and mostly just works, while being efficient, is such an extremely difficult task that I am not sure many developers in the world can do it. So, no, code is not the easy part, it's only the part where you can probably escape accountability (as no one will be able to tell) unless you have good devs in your team that can properly code review (which is also very rare).




> code is not the easy part, it's only the part where you can probably escape accountability

This is such a huge factor in how software is built in today's world.


Code is the smallest portion of the job for sure, but as you say it's seldom also the easy part (unless greenfielding a domain you know decently).

I wonder what % of developers simply espouse that mantra to downplay their technical shortcomings to the team.


I mean, code is both the hard and the easy part. I can write the code to get good code, or I can spend more effort on finding the right problems to solve and let others write shitty code.

It hurts to let people do that, but ultimately shitty code still works, while having solved the wrong problem means that all the work goes down the drain.


¿Por qué no los dos? - find the right problems to solve and write good code (or insist on good code being written) to fix them? Because bad code (unless it's throwaway code) will quickly become a problem all of itself...


Time is linited resource and it is hard to force to write good code, one has to be willing.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: