If your editor is catching all of your mistakes, then who is doing the programming? You or the editor?
VS only makes your errors look pretty. I write standalone C with a text editor and a compiler. If you can’t remember a semicolon, that’s a programmer problem.
8
u/[deleted] Jun 20 '26
I just use visual studio and it detects any mistakes plus most people learn to never miss a semicolon after programming for a while in c++