clarify the code will be kept as small as possible

This commit is contained in:
Leonardo Hernández Hernández 2024-01-12 22:34:09 -06:00
parent fd263041a0
commit ec557f253b
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 4 additions and 2 deletions

View File

@ -34,8 +34,10 @@ given the base on which it is built. Implemented default features are:
- Damage tracking provided by scenegraph API
Given the Wayland architecture, dwl has to implement features from dwm **and**
the xorg-server. Because of this, it is impossible to maintain the original project goal of 2000
SLOC and have a reasonably complete compositor with features comparable to dwm.
the xorg-server. Because of this, it is impossible to maintain the original
project goal of 2000 SLOC and have a reasonably complete compositor with
features comparable to dwm. However, this does not mean that the code will grow
indiscriminately. We will try to keep the code as small as possible.
Features under consideration (possibly as patches) are: