Q42 / Q42/Template.ComposeMultiplatform
Use best practices (use Theme and Strings file) so AI mimics that
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 1
- Forks
- 0
- Avg merge
- 7d 15h
- Merged PRs (30d)
- 15
Description
Cause: We are giving AI the wrong example with tiny things in our template.
Problem: this is irritating on new projects, because it mimics us.
We have hard-coded strings in our views
We don't use the Theme, but Color.White etc.
Any other best practices in the views: update as well.
That usually fine for us, we know it's temp code, but the AI copies this bahaviour from us for new features, when generating code at the start of projects, that is irritating!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the template's views and compare their hard-coded strings and color usage with the existing Theme and Strings setup. Identify the view code that demonstrates these practices, then update the affected examples so new-project code follows the intended patterns; done means the views no longer teach the listed anti-patterns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile-dev
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100