DEV Community

Discussion on: Two Weeks of Java: No Decaf

Collapse
 
andevr profile image
drew

How are you liking C++? Not sure I'd want to deal with memory management@ but that's just me. Learning to debug properly is definitely on my list of things to learn. Intellij idea catches a ton of errors which is nice. I console log a lot of things as I write code, but I have a lot to learn about debugging in java. Overloading was a strange concept to me, i need to see it in use I think to really grasp it.