▲ | qsort 3 days ago | ||||||||||||||||||||||||||||||||||
Is it really that much better than this:
| |||||||||||||||||||||||||||||||||||
▲ | l-albertovich 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
Just for fun I reformatted it minimally in the conservative way I write code that is intended to be easy to read and understand to improve the odds of future contributors (or future me) introducing a bug in it due to misunderstanding it. It's painfully verbose but I think it's worth it considering that we're in 2025 and we're not limited to one character variable names. https://gist.github.com/leonardo-albertovich/984fff0825ff8fe... | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | netrap 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
I think this is more readable than with macros, but it might be a preference. | |||||||||||||||||||||||||||||||||||
|