cppgraphqlgen icon indicating copy to clipboard operation
cppgraphqlgen copied to clipboard

Fix minor code smells in schema generator

Open paussu opened this issue 3 years ago • 0 comments
trafficstars

Here's another minor suggestion by SonarQube. The generated object class is already final is so no need to declare the functions as final.

There is also suggestions to mark the constructors inside the generated object class as explicit. Are they implicit by design?

paussu avatar Aug 05 '22 17:08 paussu