How do people program without a REPL? I'm always wanting to run little bits of code to see if what I'm thinking is right.
Conversation
Replying to
Embedded programmers must have some nice development patterns. Thinking of 's book.
1
Replying to
People seem to invent their own system of dealing with the challenges. Most popular: don't fix it if it ain't broke.
3
Replying to
..and that leads to brittle code. Much (closed?) embedded code looks like a carefully built tower of porcelain cups.

