from Hacker News

Runaway Open Source Project - Lessons learned from developing HiSRC

by cdeutsch on 9/29/13, 11:04 PM with 2 comments

  • by ChuckMcM on 9/30/13, 1:00 AM

    Solid advice. In general there is a certain 'bar' you should probably set when publishing open source that you check before you do a git push, things like "are any passwords in here?", "are there private URLs?", "Email addresses?", "API Keys?". All of which can come back to bite you in weird ways.