Skip to content
View wooklab's full-sized avatar
Block or Report

Block or report wooklab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wooklab/README.md

wooklab's github stats

Hits

Pinned

  1. lnl-Object lnl-Object Public

    Lunch And Learn: 코드로 이해하는 객체지향 설계 - 오브젝트

    Java 3

  2. TIL TIL Public

    Today I Learn

    1

  3. inflearn-study inflearn-study Public

    This is a project for personal study.

    Java 1

  4. How to Replace Many if Statements in... How to Replace Many if Statements in Java 에서 3.4. Rule Engine 적용버전
    1
    /**
    2
     * How to Replace Many if Statements in Java(https://www.baeldung.com/java-replace-if-statements)
    3
     * - 3.4. Rule Engine 적용버전
    4
     */
    5
    public interface Policy<T, R> {