ani-lang / anilang-core

Core functionality of Ani language.
Other
1 stars 0 forks source link

this method name looks weird, rename it or refactor it to make it more readable #148

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

144

@since 0.7.1

https://github.com/ani-lang/anilang-core/blob/454695ea22d89ffeb43149414a7444541b17a08b/anilang-context/src/main/java/com/anilang/context/impl/AddReference.java#L54


    /**
     * Add the rule as {@link IdentifierType#REFERENCE} to the context if it has been declared.
     * TODO this method name looks weird, rename it or refactor it to make it more readable
     * #144
     *
     * @since 0.7.1
     */