mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
Given constraint-based layouts, we’re more likely to create views in code, and as helper functions are often involved, it makes sense to name them so that we can quickly get a list of all helpers (via search), either for copy/paste or for evaluating wether or not it makes sense to move all helpers to a single library. Since helpers are declared with static storage, they do not pollute the global namespace.