11
Rahulio
7y

How on earth are there people in their second year of a computer science course who are unable to understand how to read build errors. It's honestly not that hard, just look at the fucking build log and see where the error is and what type of error it is, but yet they don't bother reading the log and say that their "compiler is broken" when their 5 line code won't work.

If this was still first year I'd understand since many of the class didn't have much programming knowledge, but if you're in your second year and you struggle with this (that too for a Hello World script) it looks like you aren't even bothered and just expect the computer to magically understand what you mean.

Comments
  • 1
    Some people fear and avoid logs and errors like the plague.. They don't understand that the most crucial information is there to help them solve their problem
  • 1
    @vickz84259 Exactly. Being able to understand and use the build logs to fix and debug code is one of the most important things you need to know as a developer in my opinion. Don't know why so many are intimidated by it and/or don't take the time to learn how to use it correctly
  • 1
    Their brains tends to shut down if theres more than one line for them to read.
Add Comment