File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change
1
+ <style >
2
+ .md-content .md-typeset h1 { display : none ; }
3
+ </style >
4
+
1
5
<div align =" center " >
2
6
<img src="assets/logo.png"/>
3
7
</div >
@@ -40,11 +44,16 @@ it’s time to refactor_.
40
44
* ** A non-controversial code metric** : Most developers agree longer functions
41
45
are harder to maintain
42
46
* ** Actionable results** : There's always a refactoring possible to make
43
- functions smaller.
44
- * ** Runs everywhere** : Fits your development workflow, whether it's in a build
45
- pipeline, a pre-commit hook, or standalone.
47
+ functions smaller
48
+ * ** Runs everywhere** : Fits your development workflow, whether it's in a [ build
49
+ pipeline] ( getting-started/development-workflow.md ) , a [ pre-commit
50
+ hook] ( getting-started/development-workflow.md#pre-commit-hook ) , or
51
+ [ standalone] ( getting-started/standalone-usage.md )
46
52
* ** Covers many languages** : A single tool for all your projects
47
- * ** Sane defaults** : Zero configuration, but allows customization.
53
+ * ** Sane defaults** : Zero configuration, but allows customization
54
+ * ** Low threshold to get started** : Can only check new or modified code, so
55
+ even if you have a backlog of technical debt, you can start using Code Limit
56
+ today
48
57
49
58
* [ functions] : Also called methods or procedures, depending on your programming language
50
59
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ markdown_extensions:
37
37
- attr_list
38
38
- pymdownx.snippets
39
39
nav :
40
- - ' index.md'
40
+ - Code Limit : ' index.md'
41
41
- ' why-function-length.md'
42
42
- Getting Started :
43
43
- ' getting-started/development-workflow.md'
You can’t perform that action at this time.
0 commit comments