# Declarative programming > 선언형인지 명령형인지 여부는 추상화 수준 관점에서 보아야 한다: 선언형인지 명령형인지 여부는 <추상화 수준> 관점에서 보아야 한다: > Declarative vs imperative is not about logic, but level of abstraction. … Conditional logic can actually make a language more declarative if it helps describe intent better.[^1] ## Footnotes [^1]: https://lea.verou.me/blog/2024/css-conditionals/