Off Topic > Off Topic
Programming Megathread
Foxscotch:
--- Quote from: Bloody Mary on May 12, 2016, 12:56:40 AM ---Is this the place for IDE chatter? I just use Notepad++, it's simple and clean. I'm not a fan of fancy macros or boot times longer than half a second.
--- End quote ---
the only thing I think n++ has over sublime is that it's free (in more ways than one). otherwise, it's awful by comparison
and while I love open source stuff, notepad++ is just........... bleh. sublime on the other hand has all kinds of stuff I love, despite being closed source
blueblur121:
--- Quote from: ZSNO on May 11, 2016, 04:00:48 PM ---If you're not using an IDE, you're wasting your time.
--- End quote ---
Fight me
McJob:
--- Quote from: blueblur121 on May 12, 2016, 06:32:48 PM ---Fight me
--- End quote ---
The problem is that you have no access to autocomplete, debugging tools, automatic generation of makefiles and all that bollocks if you're not using an IDE. It's like you're trying to handicap yourself.
Kingdaro:
--- Quote from: McJob on May 12, 2016, 06:42:15 PM ---autocomplete
--- End quote ---
I can't tell whether or not you've actually used Atom or Sublime Text before.
--- Quote from: McJob on May 12, 2016, 06:42:15 PM ---debugging tools
--- End quote ---
https://atom.io/packages/search?utf8=%E2%9C%93&q=debug
https://packagecontrol.io/search/debug
--- Quote from: McJob on May 12, 2016, 06:42:15 PM ---automatic generation of makefiles
--- End quote ---
There are more build systems than Make, last I checked, but okay. ¯\_(ツ)_/¯
ZSNO:
--- Quote from: blueblur121 on May 12, 2016, 06:32:48 PM ---Fight me
--- End quote ---
Fight my professors who say that, including the one that hand grades 60 students' project code line by line.
--- Quote from: Kingdaro on May 12, 2016, 06:50:50 PM ---I can't tell whether or not you've actually used Atom or Sublime Text before.
https://atom.io/packages/search?utf8=%E2%9C%93&q=debug
https://packagecontrol.io/search/debug
There are more build systems than Make, last I checked, but okay. ¯\_(ツ)_/¯
--- End quote ---
It's effectively an IDE at that point, so it's fine.