Skip to content

Commit

Permalink
add some hr lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thangchung committed Dec 31, 2018
1 parent efb4e2e commit fb4ef4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

If you liked `clean-code-dotnet` project or if it helped you, please give a star for this repository so that .NET community will know and help them out just like you. Thank you very much :+1:

---

## Table of Contents

1. [Introduction](#1-introduction)
Expand All @@ -21,6 +23,8 @@ If you liked `clean-code-dotnet` project or if it helped you, please give a star
- [Comments](#comments)
3. [Other Clean Code Resources](#3-other-clean-code-resources)

---

## 1. Introduction

![Humorous image of software quality estimation as a count of how many expletives you shout when reading code](http://www.osnews.com/images/comics/wtfm.jpg)
Expand Down Expand Up @@ -3084,6 +3088,8 @@ void Actions()
- [codemaid](https://github.com/codecadwallader/codemaid) - open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
- [tslint-clean-code](https://github.com/Glavin001/tslint-clean-code) - TSLint rules for enforcing Clean Code.

---

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
Expand Down

0 comments on commit fb4ef4c

Please sign in to comment.