77 Commits

Author SHA1 Message Date
7b90cd7b2d docs: Fix capitalization (#92)
Fixed a typo
2023-04-06 17:19:54 +02:00
8bcb483976 docs: improve a/hc/lc pattern order explanation (#40)
Thank you.  This cheatsheet is very useful.

If I understood the logic, my changes to README.md may be helpful.  If not, sorry :)

Also ... Could you add shouldUpdateComponent and shouldComponentUpdate into the table (or an extension to the table below Note:).  It isn't obvious to me which columns 'should', 'Update' and 'Component' are in because 'Update' is the verb (action?).

Thanks.
2023-03-27 12:37:08 +02:00
99c66febd6 fix(typo): s/sugguest/suggest (#81)
Fixed a typo
2022-10-17 12:09:33 +02:00
a77118ed10 docs: fix separator near context 2022-07-09 17:15:12 +02:00
6cc3894c24 Explain subtle difference between remove and delete action (#75) 2022-07-09 16:54:38 +02:00
b392481dae docs: remove "fetch", prefer "get" (#78) 2022-07-09 16:39:08 +02:00
99ff58ce66 Merge pull request #48 from alonronin/patch-1
reverse arguments
2021-02-25 12:32:35 +01:00
bd79998d01 reverse arguments 2021-02-25 00:30:28 +02:00
582326c31d Adds GitHub funding option 2021-02-21 18:42:20 +01:00
f061e759bc Merge pull request #46 from MapleCCC/minor-fix
Fix a minor grammar mistake
2021-02-21 13:38:04 +01:00
b4316febfd Fix a minor grammar mistake
Subordinate clause is supposed to have the subject placed before the predicate.
2021-02-21 19:26:36 +08:00
c6ef982c31 Merge pull request #7 from abhijit-hota/master
Refactor: Change template literal to normal string concatenation
2021-02-13 01:03:26 +01:00
97fba45c34 Merge pull request #23 from ssimontis/patch-1
Revised Convention Section
2021-02-13 01:01:14 +01:00
9b1daf41af Merge pull request #18 from donatoaguirre24/simplify-shouldDisplayPagination
Replace shouldDisplayPagination with shouldPaginate
2021-02-01 15:57:56 +01:00
8daa171941 Merge pull request #42 from kettanaito/ahclc-confusion
Replaces confusing "getPost" with "getUser" in A/HC/LC pattern
2021-01-29 10:57:38 +01:00
bdcd0eade0 Replaces confusing "getPost" with "getUser" in A/HC/LC pattern 2021-01-29 10:36:36 +01:00
4a991e6ce8 Merge pull request #27 from yusufpapurcu/patch-1
Changed Named convention's bad example
2021-01-22 10:18:25 +01:00
4b1fbda5ae Changed Named convention's bad example
I changed pages_count to page_count because it seems more right. Also all 3 examples have same variable. It showed the result better.
2021-01-19 00:06:38 +03:00
c173d0b07b Revised Convention Section
Per issue #14 that I created earlier, I have made a possible revision to the section concerning following a consistent naming style. Please feel free to merge if you agree that it should be noted to discover the popular conventions for the language of your choice.
2021-01-18 02:23:20 -05:00
d820287e8e Simplify shouldDisplayPagination 2021-01-17 13:56:51 -03:00
f55da865cc Merge pull request #17 from keis/patch-1
Drop plural from count variable
2021-01-17 17:34:24 +01:00
6558fc8748 Merge pull request #16 from mhizterkeyz/master
Fix code example
2021-01-17 17:33:47 +01:00
aa3ee7defe Drop plural from count variable
Using e.g `fruitCount` instead of `fruitsCount` because it sounds more natural
2021-01-17 14:49:45 +01:00
0bc42620b9 syntax fix 2021-01-17 14:39:09 +01:00
06d3336f1a Fix code example 2021-01-17 14:32:19 +01:00
c29a54e904 Fixes an anchor 2021-01-17 14:04:01 +01:00
350b30b0c8 Merge pull request #15 from kettanaito/eng-language
Adds "English language" section
2021-01-17 13:31:07 +01:00
820d0aff0c Adds "English language" section 2021-01-17 13:30:41 +01:00
eb900bba3b Merge pull request #9 from shermanhui/patch-2
Update README.md
2021-01-17 09:38:30 +01:00
ab9a1ad859 Merge pull request #12 from smv1999/master
Update README.md
2021-01-17 09:37:11 +01:00
076ad5db95 Merge pull request #8 from NRS-Soft/master
Minor typos and adds a missing link to the table of contents
2021-01-17 09:35:35 +01:00
d097b1a0d3 Update README.md 2021-01-17 09:14:38 +05:30
7ed467469e Update README.md
This PR fixes some spelling and grammar mistakes
2021-01-16 11:38:02 -08:00
b42176de35 fix set action description 2021-01-16 16:23:29 -03:00
9d21b33c5a fixes tiny typos and toc update 2021-01-16 16:21:28 -03:00
4a57f1d9ce Adds table of contents 2021-01-16 17:24:31 +01:00
423f513138 refactor: template literal to normal string concatenation 2021-01-16 20:43:36 +05:30
96dea1d185 Removes outdated Russian translation 2021-01-16 16:00:27 +01:00
39fa584829 Provides grammar fixes 2021-01-16 15:58:59 +01:00
dbd554dd60 Merge pull request #2 from sagarjs/master
Added singular plural to differentiate between value and array of values
2019-11-26 19:17:28 +01:00
7f0df7c9e6 Added singular plural to differentiate between value and array of values 2019-10-31 11:01:19 +05:30
c234734ab2 Update README.md 2018-12-10 10:14:57 +01:00
feed6cb3f2 Merge branch 'master' of github.com:kettanaito/naming-cheatsheet 2018-09-23 11:07:19 +02:00
68777875fc Updates code examples 2018-09-23 11:07:03 +02:00
9495e15c8c Create LICENSE.md 2018-09-20 19:32:48 +02:00
553d2d1b52 Corrects a typo 2018-09-15 19:09:14 +02:00
848b80223f Improves description of actions and prefixes 2018-09-15 19:04:49 +02:00
627a35bf9d Updates README 2018-09-13 10:47:54 +02:00
8513b7370d Updates README 2018-09-13 10:40:14 +02:00
a558bf7b09 Updates README 2018-09-13 10:31:18 +02:00