Commit graph

40 commits

Author SHA1 Message Date
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 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 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
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
Dumitru Deveatii 71dd4ba226 Concurrency 2019-01-29 17:25:00 +02:00
Dumitru Deveatii c6156ef887 Objects and Data structures 2019-01-29 09:44:59 +02:00
Dumitru Deveatii b5c0dc3998 Comments - fixed bad sample 2019-01-28 17:58:45 +02:00
Dumitru Deveatii 79dbfdee46 comments 2019-01-28 17:56:21 +02:00
Dumitru Deveatii dc8172631d vairables 2019-01-28 17:55:17 +02:00
dumitru.deveatii b9423ff9f4 Added introduction. 2019-01-26 10:52:23 +02:00
Alexandru Asimionese 363a5ca032
Initial commit 2019-01-22 18:58:13 +02:00