6 lines
350 B
Plaintext
6 lines
350 B
Plaintext
---
|
|
description: Promotes functional programming and composition over inheritance while maintaining consistency with WordPress best practices.
|
|
globs: /wp-plugin/**/*.*
|
|
---
|
|
- Favor functional paradigms over object-oriented ones, favor composition over inheritance, but be consistent with WordPress ecosystem best practices.
|
|
- Optimize for readability. |