john-and-jaden / outbreak-simulator

A simple web app for simulating outbreaks made with Unity.
0 stars 0 forks source link

Add comments to separate private / public vars / functions etc. in new scripts #12

Open jpabadir opened 4 years ago

jpabadir commented 4 years ago

Follow Jaden's standards.

JadenBalogh commented 4 years ago

I think it's reasonable to not bother with this standard (the block comments) for very small scripts. Those standards are there to help us parse longer code efficiently, so if they don't provide any additional use in a script then don't bother. Tooltips and individual line comments are still important.

jpabadir commented 4 years ago

Understood, will do!