Questions tagged [education]
OFF TOPIC QUESTIONS ARE NOT SUPPORTED! This tag is part of the STCI Burnination effort.
125 questions
2 votes
2 answers
158 views
How can avoid I merge conflicts on an interactive coding tutorial for beginners?
I am working on a JavaScript tutorial series for someone who has no experience coding. The format of the series is that it is a public Github repo. Each lesson is a README.md markdown document, and ...
1 vote
4 answers
278 views
Is there a stronger stress on management than on technical education in recent years? [closed]
In my working environment, over the past few years I have observed an increasing stress on developer management and self-management over technical education. For example, at work I hear lots of ...
1 vote
1 answer
328 views
"Design patterns", "Reactive programming", etc...How do these terms fit together? [closed]
The context: For all intents and purposes, I feel like I'm about the level of a pretty competent second year student at computer science. I have taken all the basic algorithms and systems classes; my ...
2 votes
2 answers
534 views
How to transition from "help vampire" to "developer"? [closed]
I've been a computer enthusiast my entire life, but didn't first start programming (web development) until I began College. It is now four years later - I am about to graduate, have had a handful of ...
1 vote
0 answers
122 views
What kind of programming languages have the highest pedagogical value? [duplicate]
There is one camp of thought that argues that the first learned language should be C (or even some assembler). The motivation being that Doing everything yourself builds discipline to e.g. garbage ...
2 votes
3 answers
294 views
Do CS departments have formal procedures to choose languages taught? [closed]
I'm not talking about countryside colleges/unis. Are there any thought-out procedures in top-ranking institutions based on formal criteria, actual statistics or demand from the industry? If so, what ...
3 votes
7 answers
3k views
Should object oriented programming be the first thing students learn? [closed]
My high school is starting a program where, instead of following the 'traditional' method of teaching programming (learning variables, then operations, loops, methods, and finally OOP), students are ...
2 votes
3 answers
875 views
How can I improve these online java programming puzzles I wrote for my (middle/high school) students? [closed]
I'm teaching some middle and high school students programming right now, and I found that some of them really liked online programming puzzles. So I created http://www.kapparate.com/coder/ , and right ...