Skip to content

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

@oriongonza

Description

@oriongonza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions