Month: April 2013

Quick Post: Easy Enums

On any engineering team, it’s sometimes difficult to agree on best practices. Everyone has different ideas of good style, consistency, etc. But there’s one thing we’ve reached consensus on: enums. Here is what our best practices say an enum definition should look like (keep in mind, this is only for int valued enums): public enum […]

More