User tests: Successful: Unsuccessful:
changed the style of the loops and if else statements in the codebase
example:
for(condition 1; condition 2; condition 3){
if(condition){
if(condition{
//code
} else {
//code
}
} else {
//code
}
}
for(condition 1; condition 2; condition 3)
{
if(condition)
{
if(condition)
{
//code
}
else
{
//code
}
}
else
{
//code
}
}
I think it will be easy to understand the flow ,
The code is looking more neat and clean now.
Category | ⇒ | Administration |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-03-19 15:57:32 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Thank you for your contribution. This will undo #37686 therefore will not be accepted.