Open pranshukharkwal opened 4 years ago
@abhigyank I would rather replace c4 with row4 because it denotes the number of rows with four elements
Sounds good. I couldn't understand what c4 was, so I guessed it would be column4. It would therefore definitely help to have well worded variable names. If it denotes "number of rows with four elements" why not name the variable as four_elements_rows
or rows_with_four_elements
? Such naming would be more clearer.
@abhigyank I have changed variable names and added comments. Let me know if the code is understandable now?
Much better. Leaving it to @vsvipul to review :)
Heads up @pranshukharkwal, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/master
branch and resolve your pull request's merge conflicts accordingly.
Solves #110 @vsvipul