Claim: “I need a barrel to specify the feature’s public API.” Reality: There...
Claim: “I need a barrel to specify the feature’s public API.”
Reality: There are alternatives.
1. Use one file. Only export the public API.
2. Use a naming convention: The public API has the same filename as the folder.
I use 1 for small features, and 2 for big features.
