My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Are code folding and minimaps an antipattern?

Deactivated User's photo
Deactivated User
·Nov 16, 2017

Yes

8%

No

48%

Depends

44%

52 votes · Closed

I never use them even though I hate reading large files. I would rather split my code into files as best I can, based on functionality. I feel that hiding your code by folding it means that you’re less likely to make it better because you don’t have to face it as often.

What do you think? Can using code folding and minimaps reduce the quality of your code?

(Minimaps are a fairly new feature, I think, so if you don't know what I'm talking about, here's an example.)