1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-10-03 09:21:56 +02:00
Commit Graph

339 Commits

Author SHA1 Message Date
Leonardo do Carmo
2a331563d4 Add null coalescing section 2020-04-09 12:31:20 -03:00
Leonardo do Carmo
8f6c4ee1a0 Change example to null coalescing 2020-04-09 12:29:53 -03:00
Tomáš Votruba
062b4e2541 Merge pull request #171 from Bu4ak/access-modifier-constant-fix
Add "public" to const declarations
2019-10-06 00:16:29 +02:00
bu4ak
8f327f84a5 Add "public" to const declarations 2019-10-02 17:08:10 +03:00
Tomáš Votruba
8693a08073 Merge pull request #170 from peter-gribanov/delete_functions_one_thing
Delete "Functions should do one thing" section
2019-09-18 20:25:08 +02:00
Peter Gribanov
5e2d423072 delete "Functions should do one thing" section 2019-09-18 15:07:17 +03:00
Tomáš Votruba
89ab6f17c9 Merge pull request #164 from peter-gribanov/tests
Tests
2019-09-18 09:27:19 +02:00
Tomáš Votruba
dfed2b17e9 Merge pull request #165 from peter-gribanov/fix_text_style
Fix text style errors
2019-09-18 09:25:41 +02:00
Tomáš Votruba
e73bc836a7 Merge pull request #166 from peter-gribanov/js_to_php
Rename function parseBetterJSAlternative()
2019-09-12 10:31:03 +02:00
Tomáš Votruba
c3ba178d96 Merge pull request #168 from peter-gribanov/fun_args_3
Use VO in example of "Function arguments (2 or fewer ideally)"
2019-09-12 10:30:38 +02:00
Peter Gribanov
5969ca97e6 not set default values of string VO properties 2019-07-26 12:20:40 +03:00
Peter Gribanov
4f11e5324e add getters comment 2019-07-23 16:05:10 +03:00
Peter Gribanov
eb31d2d2aa use VO in example of "Function arguments (2 or fewer ideally)" 2019-07-23 14:01:43 +03:00
Peter Gribanov
f9d66a25da rename function parseBetterJSAlternative() -> parseBetterPHPAlternative() 2019-07-11 19:23:37 +03:00
Peter Gribanov
7a37fdf88a remove space character at end of lines 2019-07-11 19:10:32 +03:00
Peter Gribanov
d29db0254a not use quotes in table of contents 2019-07-11 19:09:05 +03:00
Peter Gribanov
4022b02035 ignore links in title 2019-07-11 18:56:29 +03:00
Peter Gribanov
9222ff3a37 allow use unicode in link names 2019-07-11 18:56:09 +03:00
Peter Gribanov
e0fc6a8342 allow use more of the two depth levels in table of contents 2019-07-11 18:55:09 +03:00
Tomáš Votruba
56c67ddf2a Merge pull request #155 from domnikl/avoid-type-checking-part-1-naming
used a better name for Vehicle abstraction
2019-06-19 21:29:38 +02:00
Tomáš Votruba
bb000f6454 Merge pull request #162 from peter-gribanov/binary_and
Demonstrate binary operations
2019-06-19 21:28:46 +02:00
Tomáš Votruba
49be90aa1a Merge pull request #163 from grogy/patch-1
Fixed - opposite for condition
2019-06-19 21:28:14 +02:00
Václav Makeš
acb8ba054d Fixed - opposite for condition
Opposite for `$n < 50` is `$n >= 50`.
2019-05-12 22:13:14 +02:00
Peter Gribanov
f080c5b42d add deny access rights example 2019-01-29 10:56:17 +03:00
Peter Gribanov
6be37a0971 add default value for User::$access 2019-01-29 10:28:12 +03:00
Peter Gribanov
810f537ab2 Merge remote-tracking branch 'jupeter/master' 2019-01-29 10:22:20 +03:00
Dominik Liebler
7a7a1f08e7 used a better name for Vehicle abstraction 2018-10-05 12:52:15 +02:00
Tomáš Votruba
55b6a19306 Merge pull request #154 from jupeter/turkish
Add Turkish Translation
2018-09-16 11:08:14 +02:00
Anıl Özmen
15bc7a39a4 Add Turkish Translation
Add Turkish Translation
2018-09-15 00:11:56 +03:00
Tomáš Votruba
bb07edb3db Merge pull request #148 from peter-gribanov/isp
[ISP] Rename classes to avoid confusion
2018-08-21 09:52:54 +02:00
Peter Gribanov
39d511f84a rename classes to avoid confusion 2018-04-10 12:59:09 +03:00
Tomáš Votruba
583523f2da Merge pull request #144 from Spomky/final
final keyword
2018-02-27 09:39:18 +01:00
Spomky
ab83eece3f Reference to Ocramius blog post added 2018-02-27 09:20:42 +01:00
Tomáš Votruba
cde476e2c1 Merge pull request #146 from peter-gribanov/translations_icon
Correct translation icons
2018-02-27 07:52:35 +01:00
Tomáš Votruba
b19b3a1fd2 Merge pull request #101 from peter-gribanov/lsp3
Liskov Substitution Principle (LSP)
2018-02-26 22:27:25 +01:00
Peter Gribanov
6c1da67e28 remove not used getters 2018-02-27 00:05:40 +03:00
Peter Gribanov
03ef357edd Merge pull request from peter-gribanov/master
Update from master
2018-02-26 23:56:39 +03:00
Peter Gribanov
dfe3d11187 use github emoji code for flags of translations 2018-02-26 23:33:21 +03:00
Peter Gribanov
5492fa0916 Merge pull request #25 from jupeter/master
Update master
2018-02-26 23:26:01 +03:00
Tomáš Votruba
a1ac1b0804 Merge pull request #139 from peter-gribanov/comparison
Comparison section
2018-02-26 20:19:14 +01:00
Peter Gribanov
c537087a5c Merge branch 'master' into comparison 2018-02-26 20:51:53 +03:00
Tomáš Votruba
03ecd69d00 Merge pull request #140 from viethuongdev/patch-1
Add translate for Vietnamese
2018-02-26 13:48:59 +01:00
Tomáš Votruba
53c7dadd29 Merge branch 'master' into patch-1 2018-02-26 13:48:37 +01:00
Tomáš Votruba
43629e6b9a Merge pull request #141 from knbv/master
Fixed links in the menu
2018-02-26 13:48:00 +01:00
Tomáš Votruba
2712c5bd15 Merge branch 'master' into master 2018-02-26 13:47:44 +01:00
Tomáš Votruba
ab111641be Merge pull request #142 from mwmichael/typos
fixed some typos and inconsistencies
2018-02-26 13:46:20 +01:00
Tomáš Votruba
48af26aaef Merge pull request #143 from jopacicdev/patch-1
Wording adjustment
2018-02-26 13:45:45 +01:00
Tomáš Votruba
9a7c33a065 Merge pull request #145 from yujineeee/patch-1
add Korean translation
2018-02-26 13:43:39 +01:00
yujinee
9ae7bbf8f6 add Korean translation
I wrote the korean translation for this guide.
2018-02-26 03:24:39 +09:00
Spomky
88c7865558 Typo 2018-02-23 22:36:39 +01:00