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
-
arekxv10544yDepends. If its something I've never implemented before then yes. First making it work is better than making it right. But if I'm adding something I have a clear idea of how it works then I just start adding it correct from the start.
Using clean code guidelines when making it work makes it easy to improve when refactoring though. -
Bibbit7404yThat's the only logical approach for me personally. Who cares whether or not someone else's code runs 10 times faster than mine if mine is the only one with the correct functionality? You can and should always iterate on it and optimize _afterwards_. But I do catch myself reusing code whenever possible, not sure if that's always a good practice...
-
Hoo, are you approaching me?
I can't make you work without getting closer!
Oh? Then come as close as you like? -
scor38044y@theskywalker
Yes.
Hitler chose this approach.
Did not work out well.
Just kidding.
Though your pseudo and this kick-start rant indicate, you're just about feeding business greed.
Congrats.
Related Rants
Anyone else approach coding with the mindset of - "make it work, then make it right".
It really helped me up my productivity
rant
developer life
coding