Skip to content

Commit 5552989

Browse files
committed
expand scope from previous conversion examples
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent ba4fc10 commit 5552989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/skills/android-java-to-kotlin/references/ANDROID-IDIOMS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ If a legacy god-class genuinely cannot be split within the conversion's scope, a
162162
file/class-level `@Suppress("TooManyFunctions", "LargeClass", ...)` is acceptable — but
163163
prefer real decomposition and tell the developer what you suppressed and why.
164164

165-
## 8. Optional: `// region` Organization
165+
## 8. `// region` Organization
166166

167167
For large classes, grouping members under `// region <name>` / `// endregion` (lifecycle,
168168
private methods, overrides, companion) aids IDE folding. This is IDE structure, not a

0 commit comments

Comments
 (0)