Friday, 23 August 2013

Things to do before going to production

Things to do before going to production

I am finishing up a decently sized Python/Shell project, and I'm wondering
if there's a 'best practice' list of things to do when finishing up
development.
So far I've done:
pylint
pycallgraph
grep'ed for :TODO: and :FIXME:
find orphan code
some more documentation
install scripts for client and server
make sure comments match the reality (before I forget the finer points)
What other things do you do, generally, or Python-specific?

No comments:

Post a Comment