(no title)
appleiigs | 1 year ago
An analogy is planning a road trip with a map. The way design docs most are built now, it shows the path and you start driving. Whereas my bosses whiteboard maps "over-planned" where you'd stop for fuel, attraction hours, docs required to cross border, budget $ for everything, emergency kit, Plan A, Plan B.
Super tedious, but way better than using throwaway code. Not over-planning feels lazy to me now
Sure, everyone has a plan until you get punched in the mouth; however, that saying applies to war, politics, negotiations, but not coding.
jnsaff2|1 year ago
1. Spend as much time in planning as necessary, in the context of mega projects planning is essentially free, maximize the time and value gained in planning.
2. Once you start execution of the plan, move as fast as possible to reduce likelihood of unforeseen events and also reduce costs increases due to inflation, interest paid on capital etc.
[0] https://www.goodreads.com/book/show/61327449-how-big-things-...
SaltyBackendGuy|1 year ago
We've fully embraced the "Try, Learn, Repeat" philosophy.
huijzer|1 year ago
(If you think “why does MLJ.jl have so few stars?” please keep in mind that this library was written for the Julia language and not for Python. I honestly don’t think the library is the cause of low popularity. Just wrong place wrong time.)
ozim|1 year ago
That’s a bit uncharitable but following this line of thought - you also need those smart people to be confident and communicative.
marcosdumay|1 year ago
sevensor|1 year ago
It’s not even an argument against planning. You’d be a fool to go to war without a plan. The point of the saying is that you’d be a fool not to tear up your plan and start improvising as soon as it stops working.
zmgsabst|1 year ago
Plans are nothing, but planning is everything.
The process of building a plan builds the institutional knowledge you need to iterate when inevitably the original plan doesn’t work.
dbsmith83|1 year ago
DidYaWipe|1 year ago
It was also great for brainstorming about every feature and functional aspect you can imagine for your product, and making an effort to accommodate it in your design even if it's not MVP material.
bayarearefugee|1 year ago
In my experience it applies to coding when you have any reliance on third party libraries or services and don't have an extensive amount of actual real world experience with that technology already.
jyounker|1 year ago
Having to make a choice between "make a design document" or "do prototyping" is a false dichotomy. They're complimentary approaches.
bryanrasmussen|1 year ago
hey, the EU just introduced this new regulation is the software version of getting punched in the mouth.
lmm|1 year ago
How was it better? I think a lot of people plan precisely because it feels virtuous, but that's true regardless of whether it's effective or not.
appleiigs|1 year ago
PittleyDunkin|1 year ago
Certain projects have too many unknowns to overplan and you need to collect data to construct the assumptions necessary to evaluate the approach.
bravetraveler|1 year ago