|
|
|
|
|
by stickfigure
1615 days ago
|
|
> My main concern would be to make sure there are no passwords or secret keys in the data, not how it looks. Worth mentioning specifically: If you make a git (et al) repository public, make sure there are no passwords or secret keys in the history of the repository either. Cleaning a repository history can be tricky, so if this is an issue, best to just publish a snapshot of the latest code (or make 100% sure you've invalidated all the credentials). |
|
For my 2 cents I'd prefer to see sloppy code vs no code.
If you did something wrong, you did it wrong. Hopefully someone would put in a PR to fix it