10
Luwuke
5y

Our teacher is forcing us to code in an outdated version of a really bad IDE to write basic C, we can't use anything else!
The IDE is bad and crashes often, and I can't even do anything about it!
I suggested various IDE such as visual studios but nope!

Comments
  • 8
    Tell them you would prefer writing code via a magnetized needle and bare drive platter to using their outdated piece of crap. Might drive the point home.
  • 0
    @Demolishun the IDE is a really old version of Netbeans, we have to show our code via screen-sharing during online classes
  • 1
    We are using blueJ in school for Java development. What the cinnamon fuck shit is this
  • 0
    @PublicByte Autocompletions! I haven't used those in such a long time. I've been using RubyMine for awhile at my current job, and while it does offer autocomplete, it's so slow at figuring out what um typing could be (and laggy in displaying the popup) that I've usually already finished typing before anything appears.

    I liked Sublime's autocomplete. It only suggested things you have already typed, rather than language constructs. And its smart indent doesn't think it's smarter than me and continually fight with me like a four year old.
  • 1
    Why would he make you use an IDE? At my uni the Prof just said he likes using emacs and think it's a good choice. In general they wanted us to learn the basics without fancy ide stuff. I guess he's just that kinda person, heard of similar shit from other majors
  • 1
    @Luwuke do you have dual monitors? You can share screen 1 with the outdated piece of crap and in screen 2 have the fancy IDE of your choice.
Add Comment