For example, for names comprehensiveInspect, inspectComprehensively, and comprehensivelyInspect, which to choose?
'inspectComprehensively' obeys syntax, but I have never seen a function name ending with an adverbial.
For example, for names comprehensiveInspect, inspectComprehensively, and comprehensivelyInspect, which to choose?
'inspectComprehensively' obeys syntax, but I have never seen a function name ending with an adverbial.
You only need "comprehensively" if it's an option. Otherwise, you document that the inspection is comprehensive.
func inspect(comprehensively comprehensive: Bool = true)