TotallyArbitrary is a user on octodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
TotallyArbitrary @TotallyArbitrary

Tonight I am learning to do exception handling in Java. I do not like Java, although I am pretty sure that learning it is making me a better coder.

· Web · 0 · 1

@TotallyArbitrary Out of curiosity what languages do you usually code in? Does Java still do that thing where you have to declare what exceptions a method might throw?

@mtomasulo I'm a total newb, and I've only used Python so far.

@TotallyArbitrary Oh, yeah, wow. That would be different. Java does have a lot to offer, though. Good luck!

@mtomasulo I could sort of get away with not really understanding object-oriented programming in Python. Java is fixing that issue for me.

@TotallyArbitrary There's a level on which OO is less popular now because of JavaScript and Python, but once it clicks for you, it is a really great way of thinking about and organizing your code.