i guess i have learned that spending 80% of the time getting your architecture, data models and structures good and 20% on the code is good, whereas spending 20% of the time on architecture, data structures and 80% on the code sucks ass and makes you r...
-
@jonny personally, i tend to spend 80% of my time getting stuff right up front, 80% of my time on the code, and then 80% reworking it. agreed though that it's better than the alternative: 20% getting stuff wrong up front, 200% on the code, and 2000% reworking it.
-
-
jonny (good kind)replied to Jeremy Kahn last edited by [email protected]
-
-
i once worked with a developer who would have the same estimate for every task. fix a small bug? "hmm, probably a week or two". Change the API of the core module and ripple the changes throughout the product? "hmm, probably a week or two".
Usually after a while i got pretty good at correcting for dev's tendencies to under- or over-estimate ... but this was challenging.
-
-
-
-
@jonny Design by contract, design your tests during your architecture design phase. Write in Spark Ada and question all your life choices forever.
-
@plaidtron3000
One of my colleagues just wrote their first test ever in python so I think I am gonna hold off on introducing spark Ada into the workflow lmao