![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/eb9cfeb5-4eb5-4b1b-a75c-8d9e04c3f856.png)
Agreed. And the default UI hasn’t even gotten attention in the past. It’s just there. My experience with Lemmy has been that the devs fix bugs, but they’re mostly focused on the backend. I’m not sure about the consequences, though. A lot of people seem to be using phone apps, so their default might not even be Lemmy’s UX.
Agreed. Name things. And split up code into chunks with a sane lenth and have these methods do about one thing. And know the program language well enough so you don’t need to do it in an unnecessarily complicated way. You can get rid of most of the inline comments that way. Not sure if this translates to docstrings though, if you’re generating some reference or something. Yeah, and please tell me the “why” I can read Python code, so I can pretty much already see “what” it’s doing.