programming-protips-wiki

所属分类:博客
开发工具:HTML
文件大小:0KB
下载次数:0
上传日期:2023-07-03 23:19:43
上 传 者sh-1993
说明:  编程propips的集合
(A collection of programming protips)

文件列表:
.eleventy.js (2589, 2023-11-16)
.prettierignore (7, 2023-11-16)
LICENSE (1089, 2023-11-16)
Makefile (372, 2023-11-16)
_redirects (205, 2023-11-16)
drafts/ (0, 2023-11-16)
drafts/dont-trust-user-inputs.md (1, 2023-11-16)
drafts/encode-behaviour-in-code.md (214, 2023-11-16)
drafts/no-implicit-dependencies.md (482, 2023-11-16)
drafts/pure-functions.md (76, 2023-11-16)
drafts/single-source-of-truth.md (1, 2023-11-16)
drafts/useful-error-messages.md (267, 2023-11-16)
netlify.toml (100, 2023-11-16)
package.json (987, 2023-11-16)
plop-templates/ (0, 2023-11-16)
plop-templates/protip.md (910, 2023-11-16)
plopfile.js (473, 2023-11-16)
postcss.config.js (351, 2023-11-16)
prettier.config.js (176, 2023-11-16)
protips (11, 2023-11-16)
src/ (0, 2023-11-16)
src/_includes/ (0, 2023-11-16)
src/_includes/base.html (2671, 2023-11-16)
src/_includes/post.html (2348, 2023-11-16)
src/css/ (0, 2023-11-16)
src/css/tailwind.css (95, 2023-11-16)
src/img/ (0, 2023-11-16)
src/img/11ty.svg (1827, 2023-11-16)
src/img/permalink.png (116987, 2023-11-16)
src/img/tailwindcss.svg (3426, 2023-11-16)
src/index.njk (1560, 2023-11-16)
src/protips/ (0, 2023-11-16)
src/protips/assert-type-conditions.md (2076, 2023-11-16)
src/protips/avoid-network-in-unit-tests.md (1446, 2023-11-16)
src/protips/chain-errors.md (2265, 2023-11-16)
src/protips/custom-errors.md (3431, 2023-11-16)
src/protips/dont-outsmart-linter.md (750, 2023-11-16)
src/protips/dont-outsmart-typechecker.md (3975, 2023-11-16)
... ...

# programming.protips.wiki > A collection of programming protips https://programming.protips.wiki ## Contributing Contributions very welcome! To get started, clone and build the repo: ``` $ git clone && cd programming-protips-wiki $ make build $ yarn dev ``` ### Adding a new protip To add a new tip, use the generator: ``` $ yarn plop ```

近期下载者

相关文件


收藏者