Anyone else find naming classes and methods one of the most difficult parts in programming? [closed]

What you are doing now is fine, and I highly recommend you stick with your current syntax, being: context + verb + how I use this method to name functions/methods, SQL stored procs, etc. By keeping with this syntax, it will keep your Intellisense/Code Panes much more neat. So you want EmployeeGetByID() EmployeeAdd(), EmployeeDeleteByID(). When … Read more