File tree Expand file tree Collapse file tree 6 files changed +64
-16
lines changed Expand file tree Collapse file tree 6 files changed +64
-16
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "default": true,
3
+ "MD026": {
4
+ "punctuation": ".,;:!"
5
+ },
6
+ "MD013": {
7
+ "line_length": 300
8
+ }
9
+ }
Original file line number Diff line number Diff line change
1
+ before_install :
2
+ - npm i -g Laboratoria/mdlint
3
+
4
+ script :
5
+ - npm run lint
6
+
Original file line number Diff line number Diff line change
1
+ # How to contribute
2
+
3
+ You write you own language chapter using the layout on chapters/language.md
4
+ The subtitles are one suggestion on how to structure the chapter, you only have to write all information that would also come together by the template structure.
Original file line number Diff line number Diff line change 1
1
# Community-Programming-Book
2
2
3
- < b >Format per language:</ b >
3
+ [ ![ Build Status ] ( https://travis-ci.org/devRant-Squad/Community-Programming-Book.svg?branch=master )] ( https://travis-ci.org/devRant-Squad/Community-Programming-Book )
4
4
5
- Language 1
6
- Introduction
7
-
8
- History
9
- - Year of creation
10
- - Person(s) who created it. Organization?
11
- - Purpose of creation
12
-
13
- What problems it solves? What it does well.
14
- - Relate back to why it was created (purpose).
15
- - Basically a reason why you would use this language
16
- - Include example code to demonstrate
5
+ The Devrant community gathered together to create a book on
6
+ multiple programming languages. We want you to understand why
7
+ this languages have come to exist and why they for example use
8
+ either brackets or indenting.
17
9
18
- Where you should use it. (Recommend use)
19
-
20
- Shortcomings of the language. (Not recommended for)
10
+ > Any fool can write code that a computer can understand. Good programmers write code that humans can understand. - Martin Fowler
Original file line number Diff line number Diff line change
1
+ # [ Language]
2
+
3
+ ## Introduction
4
+
5
+ ## History
6
+
7
+ - Year of creation
8
+ - Person(s) who created it. Organization?
9
+ - Purpose of creation
10
+
11
+ ## 'What problems does it solve ?
12
+
13
+ - What it does well.
14
+ - Relate back to why it was created (purpose).
15
+ - Basically a reason why you would use this language
16
+ - Include example code to demonstrate
17
+
18
+ ## Where you should use it
19
+
20
+ - Recommended use
21
+
22
+ ## Shortcomings of the language
23
+
24
+ - Not recommended for
25
+
26
+ ## Opinions on language
27
+
28
+ ## Technical information of language
29
+
30
+ ## Where to continue to read on
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Community-Programming-Book" ,
3
+ "scripts" : {
4
+ "lint" : " mdlint ."
5
+ },
6
+ "devDependencies" : {
7
+ "mdlint" : " Laboratoria/mdlint"
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments