Sudoku: extract common logic from Serializer::load() and Serializer::loadCustomShape()
Open, Needs TriagePublic

Description

Both function are near line-for-line copies, it would be cleaner to extract the common structure into a helper function. The existing load() and loadCustomShape() members should be restructured as a convenient façade to that helper function.

ouwerkerk renamed this task from Refactor: extract common logic from Serializer::load() and Serializer::loadCustomShape() to Sudoku: extract common logic from Serializer::load() and Serializer::loadCustomShape().Apr 28 2017, 4:40 PM