Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
lxmcf204106yWhen i was doing my certificate 3 in IT we had to design all of our projects in notepad, that piece of shit gives me PTSD
-
Using python and writing in notepad! This will make you take anger management classes.
-
Loading9506yI opened notepad.
A blank white screen faced me.
I typed and all black letters appeared.
I closed notepad.
I puked. -
Loading9506y@AlpineLinnix How come? What kind of programming do you do that you have patience for not using an IDE?
-
Condor324966y$ vim -p file0 file1 file2
Particularly useful on servers where indeed you don't have a fancy IDE.
Or on rooted mobile phones where you log in over ADB or WRT routers which run Busybox.. there is not even vim in there. So there I often resort to vi, which has pretty much the same interface.
Sometimes you have to be able to step away from an IDE and.. well not use Notepad, that much is for sure. But being able to use a text editor to edit text files shouldn't be too hard. -
Back in my university days, which is around 2003, I had done my programming class assignments in Notepad. And that was for ALL classes and ALL languages I learned at the time. So that includes C, C++, Java, HTML, CSS, and Perl.
Debugging was a damn nightmare, but over time I would say I developed eagle eyes when it comes to spotting mistakes. -
@Condor but what if it's a language your still learning...
And in order to test your changes you need to push to github and wait 5 min for ci results -
Condor324966y@chabad360 especially then I wouldn't ever rely on code completion. Deep understanding comes from knowing the full syntax & parameters and their meaning in the language. Code completion can speed up development, but it should always be a convenience, not a necessity.
-
I can manage without an IDE for the more chill stuff but by that, I mean with a decent text editor, like Notepad++ or Sublime, Notepad I just can't handle. I can't live without my color coding
-
bahua129056yAs I do the vast majority of my development over SSH, vi/vim has almost always been my tool of choice for editing code. I have no complaints.
-
Loading9506y@AlpineLinnix For what I use those languages for, I need a lot more than a text editor
Related Rants
Anyone ever been stuck without an IDE?
Anyone ever had to use notepad instead?
ARRRRRGGHHHH!!!!!!!
rant
no ide
argh
notepad