logoalt Hacker News

szmarczaktoday at 12:45 AM0 repliesview on HN

> and not realizing the braces don't match.

Make your IDE highlight the current section or display a hint showing starting bracket. For example, C++ devs do #endif // #if ...

Too many brackets? Refactor - problem solved.