Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.5 KB

Pitfalls of the Beginning Mind

Preface

This is a work in progress, but what I am attempting to construct is what I am calling, coding philosophy. I believe philosophy is an appropriate way to describe what I am attempting to build here as what philosophy is, is a way if thinking. A way to think about the world. Many nations and languages have their own philosophy or way of thinking through problems or communicating and I want to try and bridge that gap between a western philosophy, and a coding philosophy. To show new people who want to get into coding the pitfalls you will inevitable run into. I have not found that really anyone takes the time to explain what programmatic thinking is and the foundations of what that looks like. Feedback and your opinions would be very appreciated.

Additional topics to flush out

To learn coding it is a minimum requirement that a foundation of observation is in place but is never taught or addressed.

Yes, no and mu.

Gumption(motivation) Traps

When would I need to use this? Answer, “when you need to use it”

Science is about experimentation, not “tricks”

Moving a value into a function can suddenly change its name

how do I make (fill in the blank)?

Idea of “resolving data”

  • what is tims first kids name?

what does thorough look like?

consumer vs dev mindset

Maybe out of scope topics

How do servers work and what is a protocole.

‘A’ !== ‘a’ Obj1 !== obj2 Ob1 === Obj1 ‘

data transfer between fucntions and scope, logistics messy code