logoalt Hacker News

owebmastertoday at 5:49 PM0 repliesview on HN

There are multiple ways to avoid branches. An early return, a lookup table are two that I use regularly and consider a code smell when the AI uses many if clauses or switches.