Hacker News new | ask | show | jobs
by gt565k 4012 days ago
I'd suggest reading the book Clean Code, for some insight on how to write, well clean code ;)

Chapter 2 covers naming conventions

Also note that conventions are different for different languages.

You can also look up the Google style guides for Java, Python, etc...