Skip to content
Snippets Groups Projects
Commit 46b6421f authored by Devon-Harstrom's avatar Devon-Harstrom
Browse files

Last refactor I'll do kinda like refactor # 6/7

I decomposed conditionals since some of them were needlessly nested which makes it harder to read for exampl

getFieldValue had like 4/5 nestings which is way too much

also did it on the other get methods I implemented and added one more test to make sure that after the decomposing of condtionals
code like this still worked

if(_exceptions.length == 0) {
   printIndented(depth, "  Exceptions-> NONE");
   return;
}

Done Assignment!
parent 05409eea
No related branches found
No related tags found
1 merge request!1Done Assignment merging into main
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment