#coding
Read more stories on Hashnode
Articles with this tag
A conspiracy theory ! · First and foremost, i don't think coding complex requirements or components implies copy and paste. But in my experience what...
Exponential Growth ! · So lets say we have the following code: def several_scenarios_method(val): if eval_condition1(val) or eval_condition2(val: ...
Should we hide our errors under the carpet ? · Lets say that a developer code a cool new class in a rainy monday: public class IntrovertedClass { ...