Hacker News new | ask | show | jobs
by AA-BA-94-2A-56 779 days ago
Architecture looks good. I went off the deep end looking into ways to structure Axum projects. I looked into separating services and having them talk to each other with channels.

In the end, the best practice for engineering software is usually to keep it simple. I've had to learn that I'm too often trying to overengineer things, and I end up getting nothing done.

1 comments

Thank you. Indeed, that's true. I'll create this and use it as a template to avoid focusing too much on directory structures in the future.