|
|
|
|
|
by zomglings
2233 days ago
|
|
When is it better to solve those problems through the organization of your code rather than an autocomplete feature? The things you mentioned all seem to yield to the decorator pattern. Creating the right abstraction (instead of using autocomplete) would benefit future collaborators who may not have access to the same autocomplete functionality. |
|