Hacker News new | ask | show | jobs
by lenzai 3647 days ago
""" Storing the result of long conditionals into a variable or two is a great way to modularize without the overhead of a function call."""

Ridiculous ! Not only caring about overhead is misleading, but introducing local variables is against refactoring principles.