Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

SOLID

You are here: irt.org | FOLDOC | SOLID

<programming> An acronym for some principles of good software architecture, originally compiled by Robert C. Martin in the 1990s. The letters stand for:

- SRP Single Responsibility Principle

- OCP Open Closed Principle

- LSP Liskov Substitution Principle

- ISP Interface Segregation Principle

- DIP Dependency Inversion Principle

(2017-11-15)

Nearby terms: SOJ « SOL « Solaris « SOLID » solid state » Solid State Disk » solid-state storage device

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb