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
-
First:
Add some unit-/integration-tests on the subject you want to break.
Next:
Break it, refactor it and fix everything till the tests work again.
;) -
C0D4681456yBreak it good, break it hard, and learn how to put it back together... just don’t send the broken bits to production 😏
-
@C0D4 I see that way to often
@Alice haha, your ridiculous :D
@AlexDeLarge I am weird. There you go.🦄 -
SSDD47976yI don’t think you should “try” to break things, however you should build and innovate without the fear of breaking things; shit happens.
-
Break everything. Break it all, you can learn some really helpful stuff from FUBAR code, just do it with a separate copy or use version control.
-
Break things like Zucc?
I'd rather "code safely" (whatever that means) than (brainamputatedly) break things.
I see "code safely" as looking ahead and think before you code. When you change code, think where else you have to change code so the behaviour is still intact.
The 2 Juniors that started in our company also had the mindset of "break things". They had to pretty much learn it the hard way in 2 days, that quality is always preferable to quantity. Boy did they mess up our code in the week of a release.
Related Rants
Code safely or try'n break things?
question
try
ordnung und chaos
safe