Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLID principles don't really apply to Rust programs #405

Closed
dev-ardi opened this issue May 20, 2024 · 0 comments
Closed

SOLID principles don't really apply to Rust programs #405

dev-ardi opened this issue May 20, 2024 · 0 comments

Comments

@dev-ardi
Copy link

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.

@rust-unofficial rust-unofficial locked and limited conversation to collaborators May 20, 2024
@simonsan simonsan converted this issue into discussion #406 May 20, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant