codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.43k stars 1.08k forks source link

Reorganize GenerateQrCode for better clarity #528

Closed Shane32 closed 1 month ago

Shane32 commented 1 month ago

Within GenerateQrCode, moves blocks of code into local functions to enhance readability while scoping temporary variables.

No changes were made to the operational code. Some variables were renamed to eliminate conflicts.

Shane32 commented 1 month ago

For easier comparison in GitHub for this PR, turn on 'hide whitespace' and use split view

image