Top "Naming" questions

A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.

How to come up with clearer interface names?

I saw in an application where it had interfaces such as: IHasContent IHasValue IHasMesh IHasGeometry IHasTransformation Should they not be?: …

c# .net interface naming
What is the shortest Spring Framework class name (package included)?

Many people have found humor in the deprecation of org.springframework.aop.framework.AbstractSingletonProxyFactoryBean. This led me to wonder: what …

spring naming
Is there a reason Image.FromFile throws an OutOfMemoryException for an invalid image format?

I am writing code that catches this OutOfMemoryException and throws a new, more intuitive exception: /// ... /// <exception cref="FormatException">…

c# exception exception-handling naming
Best practice for naming redux action type description

Currently when using action type named as MY_ACTION_TYPE_1 = 'MY_ACTION_TYPE_1' when it gets really long, it …

redux naming-conventions naming redux-actions
The best way to name tables

Is it better to use underscore whilst naming tables or is it better to use camelcase? Example table_name or …

mysql naming