Skip to content

Commit 92a68cd

Browse files
committed
Remove comments
1 parent ddb0af7 commit 92a68cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

posts/introducing-kit.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ While working on various React projects and component libraries,
3030
we started to feel that the currently available tools for developing, documenting, and testing components
3131
require a lot of boilerplate and overhead and can end up taking much more time than you'd expect.
3232

33-
<!--
34-
While working on various React projects and libraries,
35-
we felt that the currently available tools for developing, documenting, and testing components require
36-
a lot of setup and overhead,
37-
and don't always follow development principles like *Don't Repeat Yourself (DRY)*.
38-
-->
39-
4033
We often end up with markdown files for documentation, custom API code for development environments,
4134
a separate code base for style guides and demos, and snapshot tests that are largely duplicative of the rest.
4235
While our source code was fairly [DRY][dry], the amount of code to support it seemed all over the place.

0 commit comments

Comments
 (0)