-
What is Programming?프로그래밍 2020. 5. 23. 21:57
근본적으로 프로그래밍이 무엇인지에 대한 고찰을 해보고 싶다.(고찰...까지는 아니더라도 고민..?)
What is Programming?
One can simply say that programming is something that makes our life easier.
Programming can be about many things, but one of the main things that it is about is efficiency.
Coding is a way of maing programs come true, and writing code efficiently is important in coding.
Writing efficient code means not being redundant, or DRY(Don't Repeat Yourself).
I have found that in Python, loops, modules and inheritance exist to help this principle.
OOP(Object-Oriented Programming) is also another important concept in programming.
Programming solves problems in real life and OOP reflects things.
Just as lists and dictionaries have data and methods, objects have methods as well.
There can be many instances of an object, just as there can be many cats even though the type cat is single.
'프로그래밍' 카테고리의 다른 글
Codecademy - Javascript Basics (0) 2020.10.26 주니어 개발자를 위한 취업 정보 (0) 2020.10.15 [C# 1일차] C#는 무엇인가 (0) 2020.07.20 Backend란 무엇인가? (0) 2020.05.25 Google Fonts CSS 파일에 적용하기 (0) 2020.05.24