Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create spoonfeeding tag #169

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.