File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,33 @@ Advice on learning to code
228228
229229
230230
231+
232+
233+ /*
234+ Computational Thinking
235+ =-=-=-=-=-=-=-=-=-=-=-=-=- https://www.youtube.com/watch?v=azcrPFhaY9k
236+ 1. Programming isnt about languages.
237+ * coding has 8 universal main concepts:
238+ 1.
239+
240+
241+ * write out the concepts first, then convert to code.
242+ * most beginners think they dont understand what code to write... but the
243+ the answer is that they dont understand the problem. they're trying to solve.
244+ * comments are code.
245+
246+ 2.
247+
248+
249+ */
250+
251+
252+
253+
254+
255+
256+
257+
231258/*
232259Solving Programing problems - YT - How to solve problems fatser when programming
233260=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You can’t perform that action at this time.
0 commit comments