Telegram Desktop uses static language system with code generation, which requires almost full app rebuild on any string modification, no matter how small it is. Since Kotatogram is options-driven, static language system will slow the development. This language system solves the problem by using JSON and runtime string search instead.
3 lines
29 B
JSON
3 lines
29 B
JSON
{
|
|
"dummy_last_string": ""
|
|
}
|