-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e50008
commit 8842d3c
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
type: text | ||
|
||
--- | ||
|
||
Spoon-feeding is giving somebody a full solution before that person has really put a full effort into solving the problem. Helping somebody along with examples and links to tutorials is not spoon-feeding, but giving them a complete code solution IS spoon-feeding. | ||
Spoon-feeding doesn't help the person, it only hurts them. It robs them of the process of solving their problem by working through it. Problem solving is not only fun, it’s one of the fundamental skills required to be a good programmer, and it’s one of the hardest to teach. | ||
To learn how to solve problems, you need to work through different kinds of problems, over and over again. Offering a full solution straight away doesn't let the person do this process, and that prevents them from becoming a good programmer. | ||
A better option is to help the person work through the process by suggesting breaking the problem up into smaller pieces or thinking about how a human would solve the problem in their head or with a pencil and a piece of paper. |