Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tino097/csvsearch
https://github.com/tino097/csvsearch
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tino097/csvsearch
- Owner: tino097
- Created: 2017-10-03T22:30:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T22:51:37.000Z (about 7 years ago)
- Last Synced: 2024-10-13T20:42:12.439Z (2 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csvsearch
Simple example to demonstrate programming to interface
Always *program for interface and not for implementation* this will lead to flexible code which can work with any new implementation of interface. So use interface type on variables, return types of method or argument type of methods in Java. This has been advised by many Java programmer including in **Effective Java** and **Head First Design Pattern** books.