angular / angular-hint

run-time hinting for AngularJS applications
362 stars 45 forks source link

Angular-Hint-Helpers as possible npm module? #25

Closed caguillen214 closed 9 years ago

caguillen214 commented 9 years ago

@ealtenho and I have discussed and found that there a few functions that get used in many modules. Making a module on npm and adding them there would be a good option for making them available across all the modules.

@btford

btford commented 9 years ago

Unless the functions are closely related, it would be better to have individual modules for each helper. This is more aligned with the npm/node ecosystem's established best practices.

What functionality is common between modules right now?

ealtenho commented 9 years ago

https://github.com/angular/angular-hint-events/issues/2 The helper functions for suggesting bound function names are identical to those in ngHintDirectives for suggesting directive names.

caguillen214 commented 9 years ago

^As well as ngHintInterpolation and ngHintModules.

They are somewhat related and are always used together

ealtenho commented 9 years ago

Closing as duplicate #14