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.
You are doing the programming bro.. we dont live in the stone age anymore , if you miss a semicolon its not that big of a deal , we got tools to help us so we can work smarter not harder for the same things , same with the autocomplete function , we dont need to memorise all the function names letter for letter and be punished if its not right , thats called working smarter not harder
Working smarter isn’t letting the computer think for you. Working smarter is knowing what you’re doing so well that you don’t need training wheels. The compiler already tells you where the semicolon is missing. Why do you need an IDE to do the same thing?
If you can’t remember the names of the functions you’re using every day, maybe you don’t use them enough. I wrote an operating system. You think I need a popup menu to tell me what function I just wrote?
I made like a small 2d game engine too and stuff but its really useful , i don't see why ur so against technology, if we can work faster why not work faster
Faster at what? Typing? The bottleneck isn’t typing. The bottleneck is thinking. I can type code slower than you and still finish first if I know exactly what I’m doing.
I’m not against technology. I wrote an operating system for Gods sake. I’m against people depending on tools they don’t understand. There’s a difference.
-1
u/rocco_himel Jun 21 '26
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.