Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'm trying to covert from the latter to the former. It really makes more sense once you experience the process, it's just hard to change your mindset to not try to write the code first.
-
donuts238488yActually I just did this for Code Sprint:
1. Read the problem
2. Go WTF
3. Try to decipher the problem
4. Think about a solution
5. Give Up
In the real world, I actually do a mix but make sure my own code is clean enough so I avoid killing myself.
However, whenever I read and have to fix other people's code, I feel like turning into a murderous maniac.
Related Rants
How it should be:
- First: solve the problem
- Second: Write your code.
How many people do:
- First: Write code
- Second: solve code problems
- Third: Adapt code with requirements
- Forth: get lost on your spaghetti code
- Sixth: make a suicide
undefined
code
bad programming