Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.
/ search-engine_back Public archive

a search engine and collaboration plateform for students , professors and reseachers

License

Notifications You must be signed in to change notification settings

gouzal/search-engine_back

Repository files navigation

search-engine

a search engine and collaboration plateform for students , professors and researchers

#Contribution Guide use logger instead of system.out.println

https://stackoverflow.com/questions/31869391/what-is-the-difference-between-java-logger-and-system-out-println

Whatever is the logging framework (logback, log4j, commons-logging, java.util.logging, ...), a logger should be:

private: Never be accessible outside of its parent class. If another class needs to log something, it should instantiate its own logger. static: Not dependent on an instance of a class (an object). When logging something, contextual information can of course be provided in the messages but the logger should be created at class level to prevent creating a logger along with each object. final: Be created once and only once per class.

use CamelCase : UpperCamelCase for Classes and lowerCamelCase for methodes and variables

About

a search engine and collaboration plateform for students , professors and reseachers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published