rcorp / standard-project-structure

A mission to improve developer productivity. Automate Everything ™ !
Apache License 2.0
5 stars 3 forks source link

Idea for a Github notifier #24

Open gaurav21r opened 8 years ago

gaurav21r commented 8 years ago

I've seen a ton of places where the following is written:

// Doing this because of https://github.com/xyz/abc/issues/270
Some_Bad_Hack();

What if a tool as a pre commit script or something alerts the user if there is some activity on all the issues mentioned in the code within the project?

Almost ALL the times, these hacks go by unnoticed once the work is done. Open source helps, but still isn't enough.