Closed ThibFrgsGmz closed 2 years ago
@LeStarch Note: I've almost finished my first phase of refactoring fprime-tools.
I'm going to start to seriously work on the fprime one. I noticed that PRs take much longer to be accepted on the main repo.
Is there any particular reason? I have a lot of modification on the python autocoder so it's taking a lot longer.
Ahhh, I found the question! I answered in one of your PRs.
Change Description
This PR aims at swapping some "if" and "else" branches of two if expression to remove a negation.
Misc:
Rationale
Negative conditions are harder to read than positive conditions, so it is best to avoid them if possible. By swapping the if and else conditions, we can reverse the condition and make it positive.
Testing/Review Recommendations
void
Future Work
void