juw2112 / Radiation-Exposure-Analysis

This is a program that can handle numerous measurements. It allows the user to input various environments with high amounts of radioactive waste and their individual radiation measurements and then calculate essential statistical insights. These insights include the average radiation level and the standard deviation to understand the variability.
0 stars 0 forks source link

Code Readability #1

Open juw2112 opened 5 months ago

juw2112 commented 5 months ago

The code lacks comments which makes it difficult for others to understand its logic and purpose. Adding comments will improve readability and maintainability.

juw2112 commented 5 months ago

Add comments explaining the purpose of functions, loops, and important sections of code.