Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
02eed12e9d Bump ua-parser-js from 0.7.21 to 0.7.31
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.21...0.7.31)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 19:49:30 +00:00
wellá
19bface408 Merge pull request #291 from lakuapik/patch-1 2021-11-19 11:47:14 +01:00
David Adi Nugroho
85d98cb877 Add clean code php 2021-11-02 10:31:48 +07:00
3 changed files with 2771 additions and 1424 deletions

6
package-lock.json generated
View File

@@ -14758,9 +14758,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"ua-parser-js": {
"version": "0.7.22",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.22.tgz",
"integrity": "sha512-YUxzMjJ5T71w6a8WWVcMGM6YWOTX27rCoIQgLXiWaxqXSx9D7DNjiGWn1aJIRSQ5qr0xuhra77bSIh6voR/46Q=="
"version": "0.7.31",
"resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz",
"integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ=="
},
"uglify-js": {
"version": "3.11.0",

View File

@@ -67,6 +67,12 @@
"desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.",
"url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808",
"tags": ["slides", "readability", "rules"]
},
{
"title": "Clean Code PHP",
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for PHP.",
"url": "https://github.com/jupeter/clean-code-php",
"tags": ["book", "guide", "rules", "standards"]
}
]
}
}

4181
yarn.lock

File diff suppressed because it is too large Load Diff