How much time do you spend thinking of good identifier names?
https://news.ycombinator.com/item?id=17917366Sometimes I find myself getting stuck on a project just because I can't think of a good name for a new class which implements some new feature. How do you deal with this problem? One way I can think of is assigning template names('NewFeature1'). It isn't that big of a problem with modern ide's which provide one click renames.