Split the Large Blocks of Code into Smaller Blocks.
Rule of Thumb:
1.Make Sure Large Blocks are Made Small-This is made via Functions/Methods.
2.Make Sure Your Function Does only one thing .Not more than that.
Split the Large Blocks of Code into Smaller Blocks.
Rule of Thumb:
1.Make Sure Large Blocks are Made Small-This is made via Functions/Methods.
2.Make Sure Your Function Does only one thing .Not more than that.