Skip to content

Commit

Permalink
docs: Add the overview of the benefits of using Sharpen
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcev committed Nov 18, 2020
1 parent d071763 commit f870250
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
![Sharpen in action](https://raw.githubusercontent.com/ironcev/sharpen/master/images/demo.gif)

## Benefits at a Glance
Sharpen helps you to:

- [learn new C# features faster](#faster-learning-of-new-c-features)
- [modernize and refactor your code](#modernizing-and-refactoring-code)
- [always have high-quality documentation on C# language at your fingerprints](#high-quality-documentation-on-c-language-at-your-fingerprints)
- [learn to approach new C# features critically](#critical-approach-to-new-c-features)
- [improve the design and architecture of your codebase](#improving-design-and-architecture-of-a-broader-codebase)
- [use C# features consistently over your codebase](#consistent-usage-of-c-features)

### Faster Learning of New C# Features
Learn new C# features faster by applying them to your existing codebase.
Expand Down

0 comments on commit f870250

Please sign in to comment.