microsoft/CSS-Exchange
Voir sur GitHub[Work Item] Create a Shared Function(s) for displaying object in a common format to avoid lots of lines of code/code changes
Open
#1 773 ouverte le 21 juil. 2023
Work Itemgood first issue
Métriques du dépôt
- Stars
- (985 stars)
- Métriques de merge PR
- (Merge moyen 4j 12h) (12 PRs mergées en 30 j)
Description
Describe the work Would like to move and create more functions similar to this:
This will help the display of object a little bit better and avoid formatting issues like this:
Where adding a color code format to the object being displayed required multiple lines to be adjusted and if we add another attribute to the object that is longer, we have to then adjust all the lines as well to keep the same formatting.