Because who needs integrity, anyway?
Learn the secrets of the dark side, where the code is as ugly as the soul.
// The classic "I'm not a morning person"
if (time < 6) {
alert('I'm not a morning person');
} else {
// Do stuff
}
Example: When your codebase is more hungover than you.