I hate code like this, it smells like a failure of imagination or implementation or both:
export const INCREMENT_COUNTER = 'INCREMENT_COUNTER';
export const DECREMENT_COUNTER = 'DECREMENT_COUNTER';
Found in the otherwise wonderfully helpful and well considered simple-redux-boilerplate. I’m sure there’s a decent reason in there somewhere.