Y
Hacker News
new
|
ask
|
show
|
jobs
by
maccard
1177 days ago
I write C++, so I use `#error start here, implement the FOO`
It works surprisingly well!
1 comments
ralferoo
1177 days ago
Even easier with C-like languages: a bunch of blank lines above and below something like `xxxxxxxxx;` at the point I planned to continue working. Instant compile fail if I try to run and also very obvious on any "git diff".
link