angular / angular-hint

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

Repos are needed for hint-event and hint-module and hint-controller #12

Closed caguillen214 closed 10 years ago

caguillen214 commented 10 years ago

@btford

ealtenho commented 10 years ago

hint-controller: https://github.com/ealtenho/hint-controller

btford commented 10 years ago

–> https://github.com/angular/angular-hint-controllers

btford commented 10 years ago

–> https://github.com/angular/angular-hint-events

btford commented 10 years ago

I think angular-hint-module is too vague of a name. Maybe angular-hint-unused-module ? Let's brainstorm a bit.

ealtenho commented 10 years ago

I pushed hint-controllers. I think @caguillen214 has all the code for hint-events that we paired on.

ealtenho commented 10 years ago

I think angular-hint-module is too vague of a name. Maybe angular-hint-unused-module

I think 'unused-module' is the best explanation. The only other synonym I can think of is 'forgotten-module'. I'm not sure of a better way to express that a module was created but then ignored?

caguillen214 commented 10 years ago

I think it needs to be plural since its not working with just one unused module. 'unused-modules' works and sounds okay but it goes away from the convention we have going 'angular-hint-____'. If we could find one word that would be best I think.

btford commented 10 years ago

There are some cases where this may be intentional; I think unused might be best.

caguillen214 commented 10 years ago

This has been addressed