It's cool to see you are working on improving the performance of your application! No more stuttering while scrolling, no more UI freezes and a better experience sounds great! Also good to see you were (mostly) successful fixing some of the bugs found in Steemer.
Some thoughts about the post / code:
- Would be great to see some more code snippets and / or examples of the bugs (e.g. a screenshot showing it). Obviously this is not always possible, so take it with a grain of salt.
- Barely any comments. I know you mentioned in the post that you didn't include any comments before because the project wasn't open source. However, I think that even when you are the only person working on it, it can still be beneficial to add comments (by e.g. improving the readability).
- Saw some variable names like
x
,s
andskipz
- could definitely be made more descriptive imo. - Check out this guide on writing good commit messages.
Other than that the code looks good! I'm definitely looking forward to seeing future updates (hopefully with some cool new features ;)) - good luck!
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
thank you, will try to comment more of the code. :)
Thank you for your review, @amosbastian! Keep up the good work!