I'm planning a new Kotlin project and would love to hear your general recommendations. Are there specific architectural patterns that have proven effective, like Clean Architecture or MVVM? How do you handle package structure and separation of domain and presentation logic? What tools or plugins do you use for static code checks and formatting? And how important do you think test coverage is in the early stages? I'm eager to hear your experiences and tips for building a robust and maintainable codebase.
Best Practices for Kotlin Projects: How do you structure your code and which patterns do you use?
👁️ 94 views💬 1 replies❤️ 0 likes
1 Replies
Could you recommend a package convention that keeps a clear separation between the domain layer and the presentation layer in a Clean Architecture for Kotlin?