Few Suggestions maybe ?

I was thinking that maybe the setter and testers can comment their code so that we can understand what the particular implementation is doing. Its frustrating to read the editorial and not understanding it and then looking the implementation and seeing just short hands and single character variable without explanation on what are they doing or what they signify.

Maybe this can be accommodated. what are your opinions ?

2 Likes

The editorials are interesting and understandable. However, the setter and tester solutions are often a mess.

Yes, in my opinion, the setter and tester must be more responsible and write cleaner codes with plenty of functions so that everybody can easily read and understand.