I’m wondering if any experienced Java programmers could point out a few resources (can be websites, books, ebooks, videos, etc) that show a programmer good programming styles.
I look at my code and compare it to some example source online and mine just looks bloated, poorly formatted, and just not as readable as other’s code. I know each programmer has their own style, but I would like to kick any bad programming habits that I’ve picked up. I would like my code to be read to an individual who has never touched the source before.
I know there are a lot of resources out there, but I don’t know what the name of the topic is to be honest. (good programming structure? good programming conventions?)
I would like if there are some books I could pick up and read on the topic.
I appreciate any and all answers.
Clean Code is an excellent book.