paulvangentcom / python_corona_simulation

An agent-based simulation of corona and other viruses in python
GNU General Public License v3.0
292 stars 76 forks source link

some question about the project #12

Open YaoAnthony opened 3 years ago

YaoAnthony commented 3 years ago

Hi I think your project is very well developed, so I am curious about what kind of Software Development Lifecycle Model you have adopted. The code my friend and I created was very messy, which made it very difficult for us to check each other's code

paulvangentcom commented 3 years ago

Hi YaoAnthony,

Thanks for your message. I did not take a specific SDLM per se. The main things that ensure good coding hygiene I (try) to employ:

I'm no saint and often break my own rules in some projects. This repository for example contains no test cases yet.

However I hope this helps you!

Cheers Paul