Skip to content

Commit ee145e5

Browse files
committed
Add why and what about the repo.
1 parent ea5b4c8 commit ee145e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# code-snippets
2+
3+
This is a collection of some important/tricky/easy/common/frequently used snippets in various languages.
4+
5+
## What problem does it solves?
6+
7+
Many times, I need to bookmark some link, or save a StackOverflow or look into some codebase. I realized this repo, mainly because of the two reasons
8+
9+
* Sometimes the time spent to figure out a way to do X thing was actually more than the time involved in implementing that solution
10+
11+
* I had no repository of how I approached a problem(sometimes tricky) in the past.
12+
13+
This repository now acts as a central place for all the codebase that I keep on writing so that future lookups become easy.
14+
15+
## Why a repo?
16+
17+
Since the code is already taken from public sources, and various Github repositories, I figured that a repository in the open (Github public repository) will actually act as a gratitude to all the various sources that I have taken help from. Plus it benefits other, who are looking to solve a particular problem.

0 commit comments

Comments
 (0)