aruZeta / QRgen

A QR code generation library.
https://aruzeta.github.io/QRgen/
MIT License
103 stars 8 forks source link

Write better code #5

Closed aruZeta closed 2 years ago

aruZeta commented 2 years ago

There are some procedures, like interleaveData which have very messy code, it should be rewritten into more readable code and performance should increase / be the same as the old implementation. This does not only apply to interleaveData but to any procedure whose code may be very obscure.

aruZeta commented 2 years ago

Note that many of the closed issues are also related to this one: #16, #15, #14, #4

aruZeta commented 2 years ago

I'm too lazy to refactor anything more lol, so I'm closing this.