Closed ztkmkoo closed 4 years ago
@Alencion @Amazansia Any missing part?
Please update https://github.com/ztkmkoo/dss/wiki/Code-Style(KR) this wiki
Hi, @ztkmkoo @Amazansia
I have some question.
Hi @Alencion
I read your slfj document.
I think we still need static logger in some cases. There are many advantages with using static logger and i do not want to pass the logger as a parameter to a static method.
private static void someMethod(Logger logger, String name) {
logger.info("Hello {}", name);
}
(Of cource, we can design the class that we do not have to use logger in static method, then we do not need static logger.)
I suggest that
@Alencion @Amazansia @RulLu16 @Doyuni Please give some advices.
I agree to your suggestion.
I think the logger should not need static.
I updated the code style wiki (KR).
If you have any idea, plz tell me.
I updated the code style wiki (KR).
If you have any idea, plz tell me.
Thank you for the job. I approval your update.
I will close this job. If any opinion, please reopen this issue or create new issue.
motivation
In resolving #36, i recognized that the code style wiki need improvement.
to do
We talk a lots in pr #108. And we decide:
The class code convention like
But there are some exceptions that,