-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestnew versiontodoTasks that need to be completed or implemented.Tasks that need to be completed or implemented.
Description
To make working with styled text more intuitive and expressive, we want to add extension methods to the String type that allow for chaining of style methods.
Example:
let text = "Hello".red().bold().underline();Goal: Implement a fluent API for styled text that enables users to easily apply styles to strings using a chain of method calls.
Benefits:
- Improved readability and expressiveness of code
- Simplified API usage
- Reduced boilerplate code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnew versiontodoTasks that need to be completed or implemented.Tasks that need to be completed or implemented.