Skip to content
Kodi Wizards
Home / Videos / Programming Basics #4 Source Code
Videos

Programming Basics #4 Source Code

March 27, 20141 min readBy Kodiw

http://learn-share.net/programming-basics-course/
Learn to Program Course.
#04 Write Source Code

Learn to code.

Programming language source code is written in plain text.
To write source code, you just need a text editor, like notepad on the PC, or text_edit on Mac. Programming language are just plain text, it is not rich text. Source code does not need to be bold, justified, or to have underline or italic options. You don’t want to write source code on a word processor, or some program like it.