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
-
rui7257617y@kgbemployee it’s unpractical coding and dirty way of solving things.. you wont even understand the logic behind it if you read the code..
-
rui7257617yGotta built a good pretty printer that would format your code and also detect unused variable and other ilogical stuff :)
-
lucniner7307yFirst make it work then make it pretty. Except the second part is often forgotten. Thats why one should do TDD like explained in a talk from Martin fowler and robert c Martin. Make the test pass and then immediatly refactor.
So the sin for me is not to refactor after making it work. -
rui7257617y@klukas it’d be nice to do some TDD actually haven’t tried it... don’t know how to start doing it primarily it is used in creating apps... mostly function driven..
-
rui7257617y@klukas never really done any test with java haha xD ... I just do coding whatever works...thanks for giving me a link...
Related Rants
Biggest sin is writing code without taking into account clean coding and just doing what ever is necessary to make the code work
question
wk81