# declarative programming
총 3개의 포스트

[iOS & Flutter] Ultimate Comparison of ViewModel Between iOS & Flutter
The View Model in Flutter and the View Model in iOS are similar in terms of their purpose to act as an intermediary between the View (the UI) and the
2023년 2월 4일
·
0개의 댓글·
3
[Swift]프로그래밍 패러다임이란? #1 명령형 프로그래밍 VS 선언형 프로그래밍
프로그래밍 언어를 공부하다보면 명령형 프로그래밍, 객체 지향 프로그래밍 등과 같은 단어를 보게 된다. 대표적으로 Swift가 객체 지향 프로그래밍, 프로토콜 지향 프로그래밍, 함수형 프로그래밍 언어 프로그래밍 패러다임(Programming Paradigm)?
2022년 10월 9일
·
0개의 댓글·
0
TIL39: First Class Citizen
First Class Citizen : FunctionAssignment - 변수에 할당할 수 있다.Argument - 다른 함수의 인자로 전달될 수 있다.Return Value - 다른 함수의 결과로서 반환될 수 있다.
2020년 9월 26일
·
0개의 댓글·
0