23

I go to college online and I'll admit I'm a little annoyed that my Web Dev professor makes us code using notepad and doesn't allow IDE's. I get the point but it's obnoxious, this isn't 2003.

Comments
  • 3
    I learnt in notepad. It teaches you to work out what is actually wrong with your code rather then an IDE just giving you a fix and you not understanding the actual problem.

    But I guess the world has moved on and everything should be simple 🤷‍♂️
  • 2
    Notepad is good for understanding your mistakes. Later when you will be working on your project you will be able to find bugs fairly easily.
  • 5
    You can ask for an upgrade. Install Notepad++.
  • 7
    I’d just use Vim
  • 2
    For my university exam on ,web development
    I had to write ,one flask (python file),two html files,two JS files.
    In paper and show it to the prof then write in gedit!
    Writing HTML was pain😔
  • 1
    @lunorian possibly not but we submit the files in a zip folder. I suppose I could code it elsewhere but I would have to copy everything to a notepad file still and then make sure it all works properly still.
  • 2
    @Nawap fuck that lol
  • 5
    Use sublime. Go to distraction free mode or hide sidebars and stuffs. Use notepad theme and black on white color scheme.
  • 1
    @lunorian By searching for CRLF line endings will give him a hint :D
  • 2
    +1 on sublime. You still have to use your brain but you get all the niceties like multiple cursors and quick find and regex search and replace
  • 1
    A colleague of mine uses notepad++ through wine on xubuntu.
  • 1
    @mzeffect such effort much wow 😮
  • 1
    @crayator he never said text editor *becomes black and points to head*
  • 2
    @Nawap seriously? You wrote HTML on paper ? You are a brave man/women. **trying not to be sexist 😂**
Add Comment