LucciaChia / sudoku-with-tests

2 stars 0 forks source link

Classes comments #11

Open dodokpeter opened 5 years ago

dodokpeter commented 5 years ago

Missing comments for classes, what each class does in the context of application

andamundale commented 5 years ago

I'll take command package (except of AutomatedInvoker) and step, model and readers packages

LucciaChia commented 5 years ago

comments were added to these classes: AutomatedInvoker IllegalSudokuStateException BacktrackLucia HiddenSingleInACell NackedSingleInACell PoitingPairsInCell Resolvable Solver Main MainCommandPattern MainCommandPatternStep

SudokuElement - one method comment added

andamundale commented 5 years ago

add package-info.java for relevant packages (other than model)

andamundale commented 5 years ago

edit comments that contain unnecessary reference or mentioning of class/objects that are not relevant