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

49 Commits

Author SHA1 Message Date
Peter Gribanov
2a04e3d6ac correct CS 2017-08-31 17:28:47 +03:00
Peter Gribanov
961e0061d7 Merge pull request #3 from jupeter/master
Update master
2017-08-31 13:24:38 +03:00
Tomáš Votruba
af83d6c05e Merge pull request #24 from peter-gribanov/showList
Optimize showList() function
2017-08-31 00:12:47 +02:00
Peter Gribanov
eccde56b6b use compact version of code 2017-08-30 21:54:23 +03:00
Tomáš Votruba
0c435d56d9 Merge pull request #34 from peter-gribanov/unneeded_context
Don't add unneeded context
2017-08-30 19:50:44 +02:00
Tomáš Votruba
b8ce6ca016 Merge pull request #36 from peter-gribanov/avoid_type_checking2
Avoid type-checking (part 2) require PHP 7+
2017-08-30 18:51:31 +02:00
Peter Gribanov
783fe13451 Avoid type-checking (part 2) require PHP 7+ 2017-08-30 19:40:07 +03:00
Peter Gribanov
03a82e35c2 correct examples of don't add unneeded context 2017-08-30 19:18:03 +03:00
Peter Gribanov
02febd765b Merge pull request #2 from jupeter/master
Update master
2017-08-30 19:09:37 +03:00
Tomáš Votruba
3743661c54 Merge pull request #28 from litvinchuk/patch-1
Make verifyCredentials public after SRP splitting
2017-08-30 17:52:04 +02:00
Tomáš Votruba
68a02db2b0 Merge pull request #29 from PaVeL-Ekt/master
Correction of typos
2017-08-30 17:18:58 +02:00
Pavel
1ddff50a9b Correction of typos 2017-08-30 14:44:26 +05:00
Sergiy Litvinchuk
413895b25c make verifyCredentials public after SRP splitting 2017-08-30 11:08:51 +03:00
Piotr Plenik
c56681e39f Merge pull request #19 from peter-gribanov/explanatory_variables
[Enhancement] Decrease dependence on regex
2017-08-29 22:47:54 +02:00
Piotr Plenik
ce41bd300a Merge pull request #21 from peter-gribanov/menuConfig
[Bugfix] Correct declaration MenuConfig class
2017-08-29 22:11:52 +02:00
Piotr Plenik
3ac0c666ef Merge pull request #20 from peter-gribanov/mental_mapping
[Bugfix] Correct use foreach
2017-08-29 22:11:19 +02:00
Piotr Plenik
5311cc4f13 Merge pull request #12 from solival/patch-1
Update README.md
2017-08-29 21:52:02 +02:00
Piotr Plenik
f7d8907da3 Merge pull request #10 from naffiq/patch-1
Fixed array key=>value assign
2017-08-29 21:51:42 +02:00
Piotr Plenik
805e9e91f8 Merge pull request #9 from Vlassiuk/master
no need for minus before variable
2017-08-29 21:51:26 +02:00
Peter Gribanov
ee26d57559 Optimize showList function 2017-08-29 19:23:58 +03:00
Peter Gribanov
e14421cf1a Correct declaration MenuConfig class 2017-08-29 18:25:37 +03:00
Peter Gribanov
08d73d655e correct use foreach 2017-08-29 18:18:18 +03:00
Peter Gribanov
c806ccd373 decrease dependence on regex 2017-08-29 18:04:53 +03:00
vlassiuk
78803ded9b arrays syntax 2017-08-29 11:26:26 +03:00
vlassiuk
b4c9b75b21 function, of course 2017-08-29 11:22:13 +03:00
vlassiuk
8739c9f0a8 function, of course 2017-08-29 11:21:12 +03:00
Valerii Kuznetsov
bfe98f0d26 Update README.md
Looks like a bug in good practice.
2017-08-29 08:10:09 +12:00
Galymzhan Abdugalimov
6987a2eb73 Fixed array key=>value assign 2017-08-28 22:16:17 +06:00
vlassiuk
d89d27ad8c no need for minus before variable 2017-08-28 16:11:02 +03:00
Piotr Plenik
58ba5d1b00 remove new in method name 2017-05-31 10:25:01 +02:00
Piotr Plenik
f7a26211c1 add missing variable 2017-05-31 10:21:48 +02:00
Piotr Plenik
b1a55d182d Merge pull request #5 from cassiosantos/object-assign
Remove Object.assign section
2017-05-31 10:17:02 +02:00
Piotr Plenik
c9d357226b Merge pull request #7 from jupeter/var_dump
Use var_dump instead of var_export
2017-05-31 10:13:05 +02:00
Piotr Plenik
d4dda481e9 use var_dump instead of var_export 2017-05-31 10:11:49 +02:00
Piotr Plenik
ed9289be29 Merge pull request #3 from cassiosantos/variables
Adds $ in variable names.
Fixes Object Operator (in PHP it is -> instead of .)
2017-05-31 10:07:48 +02:00
Cassio Santos
53e07b44f0 Remove Object.assign section 2017-05-30 17:08:55 -03:00
Cassio Santos
6b900ead51 Fix variables 2017-05-30 14:55:12 -03:00
Piotr Plenik
6d1ab2aa96 Merge pull request #2 from shakibonline/master
fix method variables
2017-05-22 09:54:33 +02:00
Abbas Shakiba
217ef63d17 fix method variables 2017-05-21 15:24:12 +04:30
Piotr Plenik
4046a09721 Small code improvements 2017-04-07 12:10:00 +02:00
Piotr Plenik
9c63b3ae63 Replace tabs to 4 spaces 2017-04-07 12:04:14 +02:00
Piotr Plenik
2d3bd93bb3 Code formatting - add spaces 2017-04-07 12:02:59 +02:00
Piotr Plenik
6c0df98589 Extend table of content adding SOLID principles 2017-04-07 11:49:59 +02:00
Piotr Plenik
53b90ab6e3 add Classes capture 2017-01-25 10:47:52 +01:00
Piotr Plenik
dfae178e5a add "Objects and Data Structures" to table of content 2017-01-23 09:25:13 +01:00
Piotr Plenik
f4fa1de88e add method setters and getters 2017-01-23 09:24:16 +01:00
Piotr Plenik
50f7a04b22 fix method variables 2017-01-16 14:33:24 +01:00
Piotr Plenik
a6daba0ad2 add functions 2017-01-16 14:31:32 +01:00
Piotr Plenik
8148c50a59 initial commit 2017-01-16 12:20:24 +01:00