🎙️
11

Update: I began sketching out logic before typing code.

My programs run correctly on the first try more often!
3 comments

Log in to join the discussion

Log In
3 Comments
alice269
alice2691mo ago
Yeah but "run correctly" doesn't mean much. A perfect plan still hits weird bugs when it actually executes.
4
alex307
alex3071mo ago
Exactly what I've seen too. Plans look solid until you actually try to run them. Always set aside time just for hunting down weird bugs. Most issues come from things you never thought to test. Keep logs and check points so you can trace back when something breaks. It's messy but that's how it goes every time.
4
wells.karen
Remember that time, @alice269, my code broke because of daylight saving?
3