1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-28 06:59:00 +02:00
Commit Graph

279 Commits

Author SHA1 Message Date
Peter Gribanov
5383a979d3 add links to every sections in table of contents 2017-09-11 12:54:39 +03:00
Peter Gribanov
99da63bf96 Merge pull request #7 from jupeter/master
Update from master
2017-09-11 12:22:51 +03:00
Jewei Mak
a10956bff4 Avoid nesting too deeply and return early 2017-09-10 22:16:28 +08:00
Tomáš Votruba
d7ddc1d5d7 Merge pull request #91 from peter-gribanov/singleton_desc
Expand description of Singleton
2017-09-09 10:28:18 +02:00
Peter Gribanov
780af00c21 identified important parts 2017-09-09 09:25:06 +03:00
Peter Gribanov
1f8bf0a520 Merge branch 'master' into singleton_desc 2017-09-09 09:12:28 +03:00
Tomáš Votruba
762469766e Merge pull request #87 from peter-gribanov/preg_split
Change preg_split() to explode()
2017-09-08 21:57:35 +02:00
Tomáš Votruba
cdbe01bf3e Merge pull request #88 from SrihariThalla/typo-fix
Fix minor typo in Interface Segregation Principle example
2017-09-08 21:57:02 +02:00
Tomáš Votruba
8979cdcd8d Merge pull request #90 from peter-gribanov/cs
Correct text and code style
2017-09-08 21:56:43 +02:00
Tomáš Votruba
cd7733d091 remove redundant spaces 2017-09-08 21:56:31 +02:00
Tomáš Votruba
2b15b6f866 Merge branch 'master' into cs 2017-09-08 21:55:39 +02:00
Tomáš Votruba
53a944deb3 Merge pull request #89 from peter-gribanov/split
Function split() is DEPRECATED
2017-09-08 21:54:34 +02:00
Tomáš Votruba
f508d3cf76 Merge pull request #93 from peter-gribanov/vocabulary
Change example of vocabulary
2017-09-08 21:54:09 +02:00
Tomáš Votruba
528af3676a Merge pull request #97 from peter-gribanov/global_functions
Not use config.php file
2017-09-08 21:51:06 +02:00
Peter Gribanov
5e52aa3f26 not use config.php file 2017-09-08 21:33:05 +03:00
Peter Gribanov
179cc1369e add thoughts by Misko Hevery 2017-09-07 13:59:05 +03:00
Peter Gribanov
9d547abb42 change vocabulary example #92 2017-09-07 13:54:32 +03:00
Peter Gribanov
5bc8682740 correct link to Coupling 2017-09-07 13:24:32 +03:00
Peter Gribanov
51f6769526 expand description of Singleton
https://stackoverflow.com/a/138012/2455621
2017-09-07 13:18:29 +03:00
Peter Gribanov
924d96a1f2 Merge branch 'master' into cs 2017-09-07 13:08:42 +03:00
Tomáš Votruba
019b6196df Merge pull request #86 from FelipeeDev/master
Upgrade of a GOOD example for section "Avoid conditionals"
2017-09-07 11:40:24 +02:00
Tomáš Votruba
28868bae59 Merge pull request #80 from peter-gribanov/searchable_names_2
Change examples for Use searchable names
2017-09-07 11:39:36 +02:00
Tomáš Votruba
6a2a5ac545 Merge pull request #78 from amitmerchant1990/patch-1
Different function name used in the example.
2017-09-07 11:38:57 +02:00
Peter Gribanov
bff562b4d2 correct text and code style 2017-09-07 12:23:35 +03:00
Peter Gribanov
e9c915b100 function split() is DEPRECATED 2017-09-07 12:16:39 +03:00
Srihari Thalla
9f0fec6522 Fix minor typo in Interface Segregation Principle 2017-09-07 14:32:44 +05:30
Peter Gribanov
0de08e1275 change preg_split() to explode() 2017-09-07 11:19:36 +03:00
Peter Gribanov
6c01399ce8 Merge pull request #5 from jupeter/master
Update master
2017-09-07 11:08:34 +03:00
Filip Koblański
a5de98d475 Upgrade of a GOOD example for section "Avoid conditionals" 2017-09-07 09:55:05 +02:00
Peter Gribanov
3e3bac6a29 leave only CRUD access 2017-09-07 09:00:20 +03:00
Amit Merchant
f9e463afd3 Update README.md 2017-09-07 10:36:46 +05:30
Tomáš Votruba
7ec6881e56 README: make human headline 2017-09-06 22:02:54 +02:00
Tomáš Votruba
efebe3587e Merge pull request #77 from emnsen/patch-1
Correct CS in objects
2017-09-06 21:58:14 +02:00
Tomáš Votruba
d9db49057a Merge pull request #82 from matannoam/patch-1
spelling correction
2017-09-06 21:57:02 +02:00
Tomáš Votruba
412343ae23 Merge pull request #79 from amitmerchant1990/patch-2
Fixed a typo
2017-09-06 21:53:27 +02:00
Matan Noam Shavit
4b4808c0d6 spelling correction
Tanslations -> Translations
2017-09-06 08:33:05 -04:00
Peter Gribanov
05e0bbc564 Not use bitwise offset. It's too complicated 2017-09-06 13:57:45 +03:00
Peter Gribanov
4a1cdae28e use my serializer. not a PHP function serialize() 2017-09-06 13:26:34 +03:00
Peter Gribanov
51e023425c rename const ACCESS_ALL to ACCESS_FULL 2017-09-06 12:24:29 +03:00
Peter Gribanov
e507f54213 add user access example 2017-09-06 12:00:39 +03:00
Peter Gribanov
cbfad21674 use json const 2017-09-06 11:27:40 +03:00
Amit Merchant
97381f5048 Fixed more typos. 2017-09-06 12:32:19 +05:30
Amit Merchant
4da91b5509 Fixed a typo 2017-09-06 12:24:09 +05:30
Amit Merchant
9f1be532f7 Different function name used in the example. 2017-09-06 12:15:49 +05:30
Emin Şen
b82c80d371 Correct CS in objects 2017-09-06 09:20:12 +03:00
Tomáš Votruba
52fa4b6daf Merge pull request #64 from php-cpm/patch-1
add Translation section #59
2017-09-06 07:48:39 +02:00
zouyi
b9d4c30251 Update README.md
use lower case
2017-09-06 09:44:07 +08:00
zouyi
e1d22a8ed7 Update README.md
add #table-of-contents
2017-09-06 09:42:10 +08:00
Tomáš Votruba
3652f83250 Merge pull request #43 from peter-gribanov/dip
Dependency Inversion Principle (DIP)
2017-09-05 20:51:04 +02:00
Peter Gribanov
6f59430697 rename classes and interface 2017-09-05 21:43:43 +03:00