SIGS-UnB / core

Project SIGS
MIT License
1 stars 7 forks source link

Clean - Indentation and Ease of If Conditions Understanding #319

Open filypsdias opened 4 years ago

filypsdias commented 4 years ago

Problem description

Indentation in some view files are not good, what makes maintenance very hard. Some conditions could be easily change to ternary conditions

Expected Behavior

Better code organization. Replace simple conditions to ternaries