Slide 28
Slide 28 text
Prepare to write a lot of code
• Start small, iterate quickly, think big
• Make it easy to run your bot. E.g. “make run”
• Allow everyone to contribute, do code reviews
• Write documentation, style guides, tests, useful utils
• Prepare infrastructure: access, database, deployment,
logs, monitoring, error handling, CI / CD, etc.