Dumitru

Results 16 comments of Dumitru

Great job @Real001 I've linked Russian translation in this commit: https://github.com/labs42io/clean-code-typescript/commit/d2c0c5f4d2d7f1e8b5edd7e0ac9265062e59fb06

@738 would be great to have a Korean translation. A few months ago there was an intention to start Korean translation, but there are no updates about it.

@YannisKalaijakis would be great!

Great work @JoseDeFreitas, a reference in [translations](https://github.com/labs42io/clean-code-typescript/blob/master/README.md#translations) section has been added.

Hi @lokk3d! This sounds like a good idea, however I think it's beyond the current repo. This repo is based on simple, atomic practices around coding, which are timeless. Going...

@bluEEil take a look at this example in README: ```ts function createMenu({ title = 'Foo', body = 'Bar', buttonText = 'Baz', cancellable = true }: MenuConfig) { // ... }...