stantronic
03/20/2023, 5:17 PMJavier
03/20/2023, 6:09 PMPascalCase
too, if not, they are doing that already on Ktor and Compose official repositories, so they should add it.stantronic
03/20/2023, 6:33 PMedrd
03/20/2023, 6:44 PMPascalCase
.
To me, it looks like something inherited from Java.andries.fc
03/21/2023, 10:03 AMmcpiroman
03/21/2023, 10:21 AMmkrussel
03/21/2023, 1:40 PMmcpiroman
03/22/2023, 9:21 AMYou will then be consuming APIs each of which use a different conventionThing is that's already the case. And while I have no idea how could that happen, I'd very like to see some a unification in this regard, hopefully into CamelCase.
edrd
03/22/2023, 5:18 PMasdf asdf
03/22/2023, 5:51 PMmkrussel
03/22/2023, 5:54 PMLoney Chou
05/16/2023, 4:42 PMelizarov
05/17/2023, 7:08 AMLoney Chou
05/17/2023, 10:36 AMedrd
04/15/2024, 4:57 PMedrd
04/25/2024, 12:15 AMmikhail.zarechenskiy
04/25/2024, 12:23 PMedrd
04/25/2024, 12:29 PMmikhail.zarechenskiy
04/25/2024, 1:13 PMedrd
04/25/2024, 1:35 PMofficial-v2
for the kotlin.code.style
property, like it was done for the first style migration. New projects bootstrapped with Gradle/Maven/IntelliJ/KMP-wizard could then have this value as default, while pre-K2.0 projects would keep official
. This would ensure a smooth migration.Javier
04/25/2024, 1:57 PMPascalCase
is reported with a warning. The consumer can decide what to use at the end.mikhail.zarechenskiy
04/25/2024, 2:05 PMCLOVIS
07/01/2024, 2:48 PMSCREAMING_CASE
cannot change, because that would require a breaking change.
• Existing application code in SCREAMKING_CASE
may change if it wants, but it's probably not worth the hassle.
I don't think IntelliJ's code cleanup feature renames stuff?
So, the only thing to do, as I see it, is the change the wording of the recommendations, and maybe update relevant IntelliJ quick fixes (but I believe they already allow both naming conventions), and that's it, since changing existing code is kind of impossible.