mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-23 21:13:35 +00:00
Update approach descriptions in release notes
- Enhanced description of development approaches in both Russian and English versions - Clarified distinction between programmatic (imperative) and declarative approaches - Improved terminology consistency across both language versions
This commit is contained in:
@@ -162,7 +162,7 @@ class MyScreen extends StatelessWidget with _$MyScreen {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This way you can choose a convenient style: either **purely programmatic** or **declarative with annotations**.
|
This way you can choose an approach in development: **programmatic (imperative) with explicit dependency registration** or **declarative through annotations**.
|
||||||
|
|
||||||
|
|
||||||
## Who Might Find CherryPick Useful?
|
## Who Might Find CherryPick Useful?
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ class MyScreen extends StatelessWidget with _$MyScreen {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Таким образом можно выбрать удобный стиль: либо **чисто программный**, либо **декларативный с аннотациями**.
|
Таким образом можно выбрать подход в разработке: **программный (императивный) с явной регистрацией зависимостей** или **декларативный через аннотации**.
|
||||||
|
|
||||||
|
|
||||||
## Кому может быть полезен CherryPick?
|
## Кому может быть полезен CherryPick?
|
||||||
|
|||||||
Reference in New Issue
Block a user