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.
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.
Logo! 90 R 10 L 10 L 10 L (I’m sure that’s not how it was written but it’s how I remember it).
Had to look it up because it’s been a LONG while, it’s actually RT 90 and LT 10.
I remember trying (and failing) to make games with this thing