huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.
MIT License
157 stars 37 forks source link

DataMatrix: support fixed rows and columns count #10

Closed Int32Overflow closed 5 years ago

Int32Overflow commented 5 years ago

Fixes #8

Implemented:

Int32Overflow commented 5 years ago

@huysentruitw Sorry for refactoring. My visual studio extension "CodeMaid" has reformatted automatically...

Int32Overflow commented 5 years ago

@huysentruitw Should I redo refactored code?

huysentruitw commented 5 years ago

Thanks for this PR.

To answer your question: yes, please, only include the minimum amount of changes. Layout/code-changes can be discussed, but should never be part of bug-fix or feature additions.