|
|
|
|
|
by zhxshen
1371 days ago
|
|
There are plugins for vim/emacs/vscode to aggressively lint/highlight various errors as you type and/or save. Since two of the languages you've mentioned are compiled, they should be giving you specific line/column/error information on syntax errors. If it's taking you a day to de-cipher explicit error reports from the compiler, it's probably time to better familiarize yourself with compiler lingo (most people recommend "the dragon book"). |
|
With that being said it is a great thing to know, but likely unnecessary unless you’re very serious about programming.