Hacker News new | ask | show | jobs
by oefrha 2346 days ago
> async web framework

Not enough experience with async to comment.

> DB

peewee is good enough and more ergonomic compared to SQLA for a lot of use cases.

> formatter

black. To be clear it often produces truly horrendous code, but at least there’s no arguing and no fussing over options or details.

1 comments

Yeah, it's weird that I find code formatted by black much less aesthetically pleasing than js code from prettier. But we're still using it.