|
|
|
|
|
by gaius
6483 days ago
|
|
I have that book, and I am a big fan of Forth. It's not unusual now for some of my source files to be more comments than code, the comments explain my intent and the assumptions I have made. I'm gonna call a function french_onion_soup tomorrow just for larks :-) |
|
The biggest thing I learned from Forth is that if I'm about to add a comment inside a function because something needs clarification, I should probably try breaking it out and thinking up a descriptive name instead.