Skip to content

Commit

Permalink
Create spoonfeeding.ytag (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle authored Dec 25, 2024
1 parent 5e50008 commit 8842d3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tags/faq/spoonfeeding.ytag
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.

0 comments on commit 8842d3c

Please sign in to comment.