Skip to content

Commit 7feb0a8

Browse files
committed
docs(code-walkthrough): update code counter statistics
1 parent 4a0472d commit 7feb0a8

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

β€Žapps/docs/pages/code-walkthrough.mdx

+15-13
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,30 @@ import { FileTree } from 'nextra/components'
4141

4242
## Code Counter with Complexity Calculations by [`scc`](https://github.com/boyter/scc)
4343

44-
Last updated: August, 28, 2024 in [`a2614ed`](https://github.com/1chooo/1chooo.com/commit/a2614ed29c7608fffa651f98b02e7eff82704377)
44+
Last updated: September, 14, 2024 in [`88cf09c`](https://github.com/1chooo/1chooo.com/commit/88cf09c3f291bef202d08a16712a6eae3922cfc7)
4545

4646
```py
4747
───────────────────────────────────────────────────────────────────────────────
4848
Language Files Lines Blanks Comments Code Complexity
4949
───────────────────────────────────────────────────────────────────────────────
50-
TypeScript 62 2516 281 31 2204 159
51-
CSS 11 2434 458 241 1735 0
52-
Markdown 5 471 145 0 326 0
53-
JSON 4 120 0 0 120 0
54-
JavaScript 3 42 4 3 35 0
50+
TypeScript 78 3482 416 192 2874 223
51+
JSON 16 370 0 0 370 0
52+
CSS 13 2637 491 270 1876 0
53+
JavaScript 9 196 16 31 149 0
54+
Markdown 9 805 237 0 568 0
55+
MDX 8 618 155 0 463 0
56+
TypeScript Typings 5 61 6 6 49 3
57+
Handlebars 1 8 0 0 8 0
5558
License 1 21 4 0 17 0
56-
TypeScript Typings 1 5 1 4 0 0
57-
YAML 1 14 1 4 9 0
59+
YAML 1 36 3 4 29 0
5860
───────────────────────────────────────────────────────────────────────────────
59-
Total 88 5623 894 283 4446 159
61+
Total 141 8234 1328 503 6403 226
6062
───────────────────────────────────────────────────────────────────────────────
61-
Estimated Cost to Develop (organic) $129,408
62-
Estimated Schedule Effort (organic) 6.32 months
63-
Estimated People Required (organic) 1.82
63+
Estimated Cost to Develop (organic) $189,800
64+
Estimated Schedule Effort (organic) 7.31 months
65+
Estimated People Required (organic) 2.31
6466
───────────────────────────────────────────────────────────────────────────────
65-
Processed 144774 bytes, 0.145 megabytes (SI)
67+
Processed 219960 bytes, 0.220 megabytes (SI)
6668
───────────────────────────────────────────────────────────────────────────────
6769
```
6870

0 commit comments

Comments
Β (0)