objectbox / objectbox-generator

ObjectBox Generator based on FlatBuffers schema files (fbs) for C and C++ (more languages in the future)
https://objectbox.io
GNU Affero General Public License v3.0
35 stars 11 forks source link

Minimize changes in "expected files" #16

Closed greenrobot closed 4 years ago

greenrobot commented 4 years ago

To reduce the line count of changes in reviews, we should reduce the amount of tests with expected files.

Example: https://github.com/objectbox/objectbox-generator/pull/12

Ideally, when there are changes to generated code, there should be a single file changed with minimal changes.

Side question: which integration tests have to be added to keep coverage up?

greenrobot commented 4 years ago

Please start with low hanging fruits right away. Collect others with dependencies for later.