an almost empty jar labeled "swear jar" and a full jar labeled "hearing people slander Java .jar"
you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 2 weeks ago (16 children)

Java is weird and I don't like it. It's the go-to language to learn as a first programming language in school and university, but the kind of Java that is actually used in corporate jobs, with all the weird frameworks and libraries, is so far removed from school Java that it feels like a whole different thing. Maven is weird and confusing and I don't get it (but I'm perfectly fine with Php's Composer and JS npm/yarn). And I have yet to come across any sort of real life problem where OOP is a better solution than Functional Programming.

  • source
  • hideshow 16 child comments
  • [–] 8 points 2 weeks ago (12 children)

    Maven is far easier if you... use gradle instead.

  • source
  • parent
  • hideshow 12 child comments
  • [–] [S] 2 points 2 weeks ago (11 children)
  • [–] 1 point 2 weeks ago (10 children)

    I'm not entirely sure what you want to say, but Gradle utilizes Maven repositories.

    So if you need to use maven, consider not using maven.

    And if you're trying to use dependencies, it doesn't really matter where you get them from. NPM is as useless as NuGet, as Maven and every other one.

    Okay, NPM might be even worse.

  • source
  • parent
  • hideshow 10 child comments
  • [–] [S] 1 point 2 weeks ago (8 children)
  • [–] 1 point 2 weeks ago (7 children)

    Thanks for explaining. I still don't get the other answer I got.

  • source
  • parent
  • hideshow 7 child comments
  • [–] [S] 1 point 2 weeks ago (6 children)
  • [–] 1 point 2 weeks ago (5 children)
  • [–] [S] 3 points 2 weeks ago (4 children)

    Fax can mean slang for facts, and "no printer" is a joke based on "fax" also meaning "fax machine".

  • source
  • parent
  • hideshow 4 child comments
  • [–] 1 point 2 weeks ago (3 children)

    Thanks again. Never ever came across this. But did you know that the fax machine is older than the phone?

  • source
  • parent
  • hideshow 3 child comments
  • [–] [S] 1 point 2 weeks ago (2 children)

    I know it overlaps with samurai existing

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 weeks ago (2 children)

    Java as first programming language? My first programming language in school was Terrapin/MS Logo (that thing with the turtle) and then Python, IIRC.

    And yeah, Maven is an absolute pain. My last workplace used it and it makes me extra glad that I don't work there anymore.

    I'm more partial to OOP, though. I just find it easier to organise data and functionalities by class/object and not make a mess that way, I guess. Plus, I mainly do gamedev/adjacent stuff these days, which largely seems to be object-oriented, at least when it comes to the most popular engines.

  • source
  • parent
  • hideshow 2 child comments