leo-arch
leo-arch
Hey @Slackadays, no problem! As to the README current arrangement, it's just a _logical_ ordering (programming minds, you know), but maybe not the most _psychologically effective_ ordering, that's true. I'll...
Hi @Slackadays. Yes, maybe having a privacy badge in the front page was a bit too much. I've removed it. Still in the features section though: these days, where analytics...
Now that you mention it, there are a few files in the root directory that could be just removed. However, I'm not sure I'll be able to cut it down...
Yeah, 12 files (4 removed). Not bad.
Hi @Slackadays. I'm fully aware that there's a lot of room for improvement. As to one-letter-variables, I try to use them only in really short blocks or functions, mostly when...
Well, maybe you're right. I just tend to avoid calls to **strcmp**(3) when it is possible to replace it by a few byte comparisons (like in this case) for performance...
I still prefer to avoid calling a function when it is not necessary, So, maybe just removing the pointer notation makes this line look a bit better: ```c if (tags_n...
As always, thanks for your suggestions @Slackadays!
Hey @Slackadays! Well, technically this is a never-ending issue. So yes, feel free to close it. You can reopen it any time, of course.
What about now? Shorter, leaner, straight to the point.