sihui
(SiHui)
May 14, 2018, 4:52pm
22
Maybe you should think about your naming convention. If it gets more and more and more, ordering by number may not be the best option. Here is one (good) idea:
What an excellent question. This is something I’ve given a lot of thought to and I admit I’ve not come up with anything satisfying.
So here are what I consider when it comes to naming things:
what sort of coding/naming standards seem to exist in the community, written or unwritten (e.g. look at examples)
when I’m writing code or debugging logs, what information would I want to know that could be encoded in the name
how do I want to organize my code and how can naming conventions contribute to…