5
The Wrong Kind of Readability (thomascothran.tech)
submitted 8 months ago by vi21@lemmy.ml to c/clojure@lemmy.ml

Architectural layers and abstraction impedes imperative readability, since both hide the concrete implementation details.

all 2 comments
sorted by: hot top controversial new old
[-] Paragone@lemmy.ml 1 points 8 months ago

from the article...

"Imperative Readability

< snip >

How does the function execute its logic?

What are the specific steps taken by the code?

Which operations are performed in what sequence?

How are state changes managed and tracked

< snip >

Declarative Readability

On the other hand, declarative readability (or readability-d) uses abstractions and architectural layers to manage complexity. It seeks to answer very different types of questions:

What is the intent of this function or module?

What business rule or domain concept is this code encapsulating?

What is the end goal or output of this code, in terms of the domain?

What are the high-level policies or constraints that this code is adhering to?


... I've no interest in learning Scala or Closure, but damn that is an important differentiation...

this post was submitted on 24 Nov 2023
5 points (100.0% liked)

Clojure programming language discussion

432 readers
11 users here now

Clojure is a Lisp that targets JVM and JS runtimes

Finding information about Clojure

API Reference

Clojure Guides

Practice Problems

Interactive Problems

Clojure Videos

The Clojure Community

Clojure Books

Tools & Libraries

Clojure Editors

Web Platforms

founded 4 years ago
MODERATORS