blog series: Problem Solving #42
Labels
No Label
Dev Ready
Issue Not Ready
Tech Debt
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: simplesystems/website#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Testable: define the problem you're solving, and check it once it's done.
Check that you are not investing too much time for a given problem. Step back and take a break.
The best solutions are more complex to understand. It is therefore useful to test against simple ones, which should be created first.
Ex: Store data as it comes in, then store a cleaned copy. This gives repeatability and repair.
This is the cheapest, most efficient, and most effective time to solve a problem. Changing course is essentially free.
Document the finished product before it is finished.