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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
# Examples
33
33
34
-
Initial bullet list:
34
+
1. Start with a simple list writting down all the steps you consider are needed to solve your feature in question (probably you'll find more steps during coding)
35
35
36
36
```
37
37
Step 1: Creating an empty elixir project with mix tool
@@ -43,7 +43,8 @@ Step 6: Adding function for get the current state of the account
43
43
Step 7: Running mix formatter
44
44
```
45
45
46
-
Commit log history `git log --pretty=oneline`:
46
+
2. Write your code.
47
+
3. Read your commit log history using some like `git log --pretty=oneline`, can you recognize your coding process?
47
48
48
49
```
49
50
* 499a51e 2 years, 9 months ago Carlo Gilmar Adding function for try to initialize again an account
0 commit comments