#programming-paradigms

[ follow ]
fromHackernoon
3 years ago

Programming Paradigms: All the Things We've Learned Not To Do | HackerNoon

Dijkstra's proposal emphasized reducing complexity in programming by eliminating harmful 'goto' statements, promoting a structured approach through definable units like 'if/then' and 'do/while'.
Java
fromHackernoon
1 year ago

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing is a testing paradigm where multiple test cases are defined in a structured format, typically as a collection of inputs and expected outputs.
Games
Software development
fromMedium
4 months ago

Vibe Coding: The Future of AI-Powered Development or a Recipe for Technical Debt?

Vibe coding simplifies software development by enabling natural language interaction with AI, streamlining coding tasks and reducing the barrier to entry.
frommedium.com
5 months ago

Declarative Python, Java, Scala, Kotlin. Imperative Golang

Declarative programming allows us to express what we want, rather than how we want it done, highlighting clarity and simplicity in code design.
Scala
[ Load more ]