Commit graph

58 commits

Author SHA1 Message Date
Dumitru cf79eeec72
sync improvements from clean-code-javascript repo (#29) 2020-01-31 19:01:53 +02:00
Dumitru d2c0c5f4d2
docs: linked Russian translation 2020-01-06 10:28:49 +02:00
Dumitru 4e8d2e9085
docs: reference Turkish translation #27 2019-12-02 12:12:06 +02:00
Victor Luca a00de960c5 Added enum example in variables section. (#25)
* Added enum example in variables section.

* Rethought the enum motivation and example.

* Fixed typo.
2019-05-30 15:02:11 +03:00
M.Sakamaki cff7d02f87 add const assertions in typescript 3.4 (#26)
* syntax error of type alias

* add const assertions

* have done fixed

* fix small reviews
2019-05-30 14:26:06 +03:00
kajetansw 4592b199e6 fixed usage of array type (#24) 2019-03-02 18:57:05 +02:00
Kiffie Liversage 15b1b550a4 Fix typo - "that" to "than" (#23) 2019-03-02 12:03:32 +02:00
Gagan Rai bc404ec6f8 Fixes (#22)
* Fixed usage of for-in loop in iterator example.

* Fixed typos.
2019-02-27 16:01:04 +02:00
Dumitru 563f4f6831
Added ref to Japanese translation 2019-02-19 09:42:13 +02:00
Dumitru f40dac21da
Added Chinese translation ref from @pipiliang 2019-02-18 10:16:55 +02:00
Dumitru d15055afc0
Added Chinese translation reference 2019-02-18 09:29:41 +02:00
Nicolas Dermine ddadce217e fix typo (#20) 2019-02-18 08:35:32 +02:00
Dumitru d66665d545
Added link to Brazilian Portuguese translation 2019-02-14 08:18:15 +02:00
M.Sakamaki 5c577fb5cc syntax error of type alias (#18) 2019-02-13 12:15:40 +02:00
Dumitru Deveatii 008e81797a Added translations section. 2019-02-12 08:55:19 +02:00
Dumitru Deveatii b0d7be06b7 Fix markdownlint formatting issues.
Added few missing references.
2019-02-12 08:40:50 +02:00
Dumitru b8a75392f4
Move type vs interface
From `Formatting` to `Objects and Data Structures` section.
2019-02-11 13:39:31 +02:00
Russu Vadim c46f8d7599 Grouping imports and typescript aliases (#16)
* Grouping imports and typescript aliases

* fix PR comments (rename section + tsconfig example)

* shorter import (Use typescript aliases Example)

* Adjust `Organize imports` description
2019-02-11 10:47:27 +02:00
dumitru.deveatii 2e1325b54e Use iterators and generators - fixed type 2019-02-09 23:30:35 +02:00
dumitru.deveatii 270e25a034 Use iterators and generators 2019-02-09 23:28:17 +02:00
dumitru.deveatii f0ba673e71 TODO comments. 2019-02-09 22:31:00 +02:00
Dumitru 07c68cbe9f
Fixed code duplication in flags sample 2019-02-07 23:42:21 +02:00
dumitru.deveatii b217d318c7 Fix samples / typos 2019-02-07 21:53:16 +02:00
IBlackI e5a292528f Fixed "good" example calling undefined variable.
> ###Remove duplicate code###
-> **Good:**
--> `developer` was called but never declared, should have been `employee`
2019-02-06 13:29:50 +02:00
Vadim Russu b0771b8e8c add missing semicolon 2019-02-06 10:51:46 +02:00
Vadim Russu 915c881855 more consistent formatting 2019-02-06 10:51:46 +02:00
Dumitru Deveatii a3564af820 ISP sample: review formatting 2019-02-06 10:40:08 +02:00
Dumitru Deveatii 58606c8fce added gitattributes 2019-02-06 10:09:32 +02:00
Dumitru Deveatii 5bffa13b56 Improve formatting and samples 2019-02-06 10:01:19 +02:00
MSakamaki 6c84c7a72b [Do not add unneeded context ] to gets an error correction 2019-02-06 07:47:26 +02:00
Dumitru Deveatii a06fa32967 suggestions from r/@AngularBeginner 2019-02-05 17:21:31 +02:00
Nik Mouzourides 9ae5fc71fd Load image over https to fix mixed content warning on https://labs42io.github.io/clean-code-typescript/ 2019-02-05 15:21:36 +02:00
Nik Mouzourides f5d8cb566a Fix addItemToCart example to return CartItem array instead of object 2019-02-05 15:08:58 +02:00
Dumitru Deveatii 4c6d10ce64 suggestions from r/@AngularBeginner 2019-02-05 14:22:16 +02:00
Benjamin Jesuiter 283073a227 fix missing param in section 'avoid side effects part 1' in 'good example' 2019-02-05 12:53:11 +02:00
Dumitru Deveatii e63678480c Fixing typos and improving samples 2019-02-05 08:52:18 +02:00
Alexandru Asimionese 8f1df3f9eb
Update README.md 2019-02-04 21:56:24 +02:00
Alexandru Asimionese 9baeb7c0bd
Update README.md 2019-02-04 21:51:02 +02:00
Alexandru Asimionese bd50e24595
Update README.md 2019-02-04 21:49:41 +02:00
Alexandru Asimionese 3d1ed14441
Update README.md 2019-02-04 21:48:47 +02:00
Dumitru Deveatii 1558256b06 Merge branch 'develop' 2019-02-04 18:19:57 +02:00
Dumitru Deveatii b3629c27f5 Added missing links to ToC 2019-02-04 18:18:27 +02:00
Dumitru Deveatii 8c4e501438 Classes 2019-02-04 18:09:04 +02:00
Dumitru Deveatii 1e20f82875 SOLID 2019-02-04 18:08:52 +02:00
Dumitru Deveatii 519debc73b Fromatting - added Clean Code TSLint reference 2019-02-04 09:22:16 +02:00
Dumitru Deveatii 060f01b860 Testing & Error handling 2019-02-04 09:18:53 +02:00
Dumitru Deveatii f8d8b85473 Formatting. 2019-02-04 09:16:01 +02:00
Alexandru Asimionese 8ece60ccbb Set theme jekyll-theme-cayman 2019-02-01 11:04:33 +02:00
Dumitru Deveatii ccd0484602 Functions. 2019-01-31 10:18:41 +02:00
Dumitru Deveatii c9df49de57 Concurrency - fix table. 2019-01-29 17:36:17 +02:00