Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

refactor: change class method naming style (#1) #6

Merged
merged 1 commit into from Jul 22, 2019

Conversation

hyugabokko
Copy link
Contributor

@hyugabokko hyugabokko commented Jul 22, 2019

Purpose

Solve issue #1.

Change

I used the solutioin 3 (#1 (comment)).
If function is static, add an underscore(_) after the class name.

Test

  1. Build example
$ npm run build:example
  1. View app.jsx.c
    The naming style of static functions has been changed to double underscores.
    Before:
    before
    After:
    after

IssueHunt Summary

Referenced issues

This pull request has been submitted to:


IssueHunt has been backed by the following sponsors. Become a sponsor

@lc-soft lc-soft merged commit 85531ec into lc-soft:master Jul 22, 2019
@lc-soft
Copy link
Owner

lc-soft commented Jul 22, 2019

👍 Good job!

@hyugabokko hyugabokko deleted the change-classmethod-naming-style branch July 22, 2019 08:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants