“Good code is its own best documentation”

Computer code is essentially a list of instructions that can be run by a certain program.

Writing Code

Most code consists of plain-text documents so they can be used for many different programs. A unique file extension is given to the document to indicate the nature of the code. For example, a file created using Python is saved with a .py extension, like 'myprogram.py.'. However, the actual content of the file is still just plain text. .

Because most code is in plain text, you can write code using a basic word processor or text editor. However, it is much more effective to use a software application that is specifically designed for coding in a particular language.For example, when you write a document in plain English, you would use word processor software,which can assist you with things such as formatting, spelling, and grammar. Similarly, a code editor provides tools such as syntax checking. Syntax is to code what spelling and grammar are to writing English.

Next

“Programs And Programmers”

Programmers use an integrated development environment for formatting code, checking syntax, and testing programs.

Steps to Writing a Program

• Understand the problem you are trying to solve • Design a solution • Draw a flow chart • Write pseudo-code • Write code • Test and debug • Test with real-world users • Release program • Iterate the steps for the next version

Next

“Some Basic Programming Languages”

•SQL
•Java
•JavaScript
•C
•C#
•C++
•Python
•PHP

Next

Real Programmers Dont Comment Their Codes..!!Because If It Was Hard To Write..... It must Be Hard To Read..!!

Sharing

Sharing is good but never share the knowledge you are good at for free.

Cut,Copy,Paste

Cut,Copy,Paste was my life then found hacking and learned being original.

Firewall Protection

Firewall seems both scary and protective at the same time.Keep your codes safe.

Congrats

God, My Brain, All The Sites Which Helped Me And All My Hacker Friends.