Programming brain by programming your own code
Can the masterpieces of the best painter change the brain and the way of seeing other things by other artists?
E.g. the masterpieces of Van Gogh?
Nothing will be the same after him...
Just as artistry can shape your mind in various ways, programming also impacts how we think and our mental models, perhaps in ways we may not have expected.
Last week I found an excelent articles about it:
https://www.makeuseof.com/tag/how-programming-affects-brain/
and
https://www.huffingtonpost.com/chris-parnin/scientists-begin-looking-_b_4829981.html?guccounter=1
Do You know these Inventors? :-)
James Gosling = Java Creator
Bjarne Stroustrup = C++ Creator
Ken Thompson = UNIX Co-Creator
Linus Torvalds = Linux Kernel Creator
Tim Beners-Lee = HTML and WWW inventor
Richard Stallman = GNU Project Creator
Do You know that during programming your own code at the same time You are programming Your brain yourself?
Generally speaking, programming impacts on activation pattern of five brain regions, which are related to language processing, working memory, and attention.
These parts of the brain typically are associated with language processing and verbal oriented processing (ventral lateral prefrontal cortex).
Using fMRI scans to observe brain activity, while programmers tried to work through and comprehend code snippets,
five areas of the brain are involved in understanding source code:
But sometimes programming are not only programming, but also:
Deeper study - an excelent and innovative book:
Dr Kaja Nordengen "Your Superstar Brain: Unlocking the Secrets of the Human Mind"
In "Your Superstar Brain...", neuroscientist Dr Kaja Nordengen describes in detail how the brain works - both how it's physically constructed with neurones, synapses and the cerebral cortex, but also how it functions on a more abstract level.
E.g. the masterpieces of Van Gogh?
Nothing will be the same after him...
Just as artistry can shape your mind in various ways, programming also impacts how we think and our mental models, perhaps in ways we may not have expected.
Last week I found an excelent articles about it:
https://www.makeuseof.com/tag/how-programming-affects-brain/
and
https://www.huffingtonpost.com/chris-parnin/scientists-begin-looking-_b_4829981.html?guccounter=1
Do You know these Inventors? :-)
James Gosling = Java Creator
Bjarne Stroustrup = C++ Creator
Ken Thompson = UNIX Co-Creator
Linus Torvalds = Linux Kernel Creator
Tim Beners-Lee = HTML and WWW inventor
Richard Stallman = GNU Project Creator
Do You know that during programming your own code at the same time You are programming Your brain yourself?
Generally speaking, programming impacts on activation pattern of five brain regions, which are related to language processing, working memory, and attention.
These parts of the brain typically are associated with language processing and verbal oriented processing (ventral lateral prefrontal cortex).
Using fMRI scans to observe brain activity, while programmers tried to work through and comprehend code snippets,
five areas of the brain are involved in understanding source code:
- Middle frontal gyrus (Attention, language, working memory)
- Middle temporal gyrus (Semantic memory retrieval)
- Inferior parietal lobule (Working memory)
- Inferior frontal gyrus (Working memory)
- Inferior frontal gyrus (Language, working memory)
But sometimes programming are not only programming, but also:
- trying to understand the legacy code
- coding
- business analysing
- designing the architecture
- searching and identifying the problem (the diagnose in debug mode)
- designing the frontend
- designing the schema of database
- optimization of the SQL expression with multiple joins to search for data in the database.
- designing interfaces and the whole communication
- designing the set of complete tests
- preparation of test data to the identified production error.
- refactoring
- understanding current requirements and predicting future one
- defending the theory that simpler is better, but too simple is not the best
Deeper study - an excelent and innovative book:
Dr Kaja Nordengen "Your Superstar Brain: Unlocking the Secrets of the Human Mind"
In "Your Superstar Brain...", neuroscientist Dr Kaja Nordengen describes in detail how the brain works - both how it's physically constructed with neurones, synapses and the cerebral cortex, but also how it functions on a more abstract level.