Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 42900fa

Browse files
author
Checkium
authored
Create ExampleCode.md
1 parent 6b55cb0 commit 42900fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/examples/ExampleCode.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
My tip to every developer:
2+
3+
# Don’t just read the sample code. Tinker with it!
4+
5+
Reading sample code is not enough to understand how it works.
6+
To develop a true understanding, you need to actually run the code and tinker with it.
7+
With the additions of comments and instructions, sample code is packaged to be easily digestible by the reader; but
8+
in reality, it’s pretty difficult to replicate from scratch.
9+
Reading is not the same as understanding, and actually trying to write the code yourself,
10+
or at least running it, will facilitate the learning process much more.

0 commit comments

Comments
 (0)