18
const
6y

So met a guy today in college and it was his first day in class. He told me that he is working as software engineer and having 4 years of experience and primarily works with Java lang.
We do programs in Java for practicals and I'm not good with Java (I fuckin hate). I thought maybe I can ask for help from this guy if I'm stuck. And so the practicals started.
And guess what the guy did not know how to compile Java program on 'cmd' and was seeking help from other guy. I'm like what the actual fuck. How the fuck he has 4 years of experience and can't compile a program. Can't even able to set path. Total idiot. Fuck this shit.

Comments
  • 5
    Why are you so mad ?
  • 2
    @Adham Because for reasons unexplained someone should know how to compile via command line instead via an IDE and hitting the compile button?
  • 3
    @Qaldim You should know your tools.
  • 0
    @Root Depends on the OS and the tools. Back in the early '00s when I was learning programming with C/C++, we did all the development with an IDE in Windows XP and there wasn't a need to learn the commands. On the Unix course on the other hand we did.
  • 3
    @Qaldim There is little reason to learn e.g. assembly now, especially if you're a Java dev. But learning how Java's tools work is absolutely a part of being a Java developer.

    You should also know at least the basics of how the JVM works, since that will help you write better Java code. The same for how computers work -- bits and bytes and pointers are incredibly important for all programming.

    Just because something is abstracted away does not mean it is no longer necessary to learn.
  • 2
    @Root I agree on the points you mentioned. What I disagree is when people rage for something. Sure the dude is a Java dev for 4 years, but he never got exposed to the commands via terminal. That doesn't make him less of a dev because of that, nor he never claimed he was a Java god.
  • 1
    @Qaldim The anger does seems misplaced, though we weren't present. If he was bragging, that anger is absolutely warranted.

    However, a Java dev unable to compile Java code without the aid of an IDE is pretty pathetic.

    You should master your tools; your tools should not be your master.
  • 0
    @Root It's all about exposure for me. He lost his tool and now he has to do it with the "original" way.
    I suppose I am more lenient in some terms. For some it takes years to master their "tools", others can do it in an instant. I wouldn't look down on either of them.
  • 0
    Lol compiling Java by hand is retarded. I remember being forced to use javac in uni. You should be using Maven or Gradle for it.
  • 0
    Well he is in school right? People in school normally are in school to learn things.
Add Comment