Replies: 1 comment
-
Converted it to a discussion, as that fits better than an actual issue about content. Not able to write a lot, currently, due to time constraints, so just leaving a link here for now: https://stackoverflow.com/questions/5577054/solid-for-functional-programming |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The obvious one here is the Liskov substitution principle which just doesn't make sense in Rust as there is no inheritance.
The Open Closed principle just doesn't make sense anymore.
The Interface Segregation principle is very debatable and shouldn't be stated as a fact.
I don't have a problem with the other two.
Beta Was this translation helpful? Give feedback.
All reactions