You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _doc/manual/conventions.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,12 @@ sections:
9
9
- Idiomatic use of language features
10
10
---
11
11
12
-
13
-
## Coding Conventions
14
-
15
12
### About
16
13
17
14
Coding Conventions describe a set of rules that aren't directly enforced as errors by the language, but still commonly accepted guidelines among developers to produce consistently structured and formatted code.
18
15
19
16
### Source Code Organization
20
17
21
-
22
18
#### Directory structure
23
19
24
20
All your packages should be inside the `wurst/` folder of your project. You can have any folder structure inside the `wurst/` folder as packages are not affected by it. Folders should be used to group together packages and files.
0 commit comments