Skip to content
View hanhliu's full-sized avatar
🐧
🐧
  • Hanoi
  • 08:24 (UTC +07:00)

Block or report hanhliu

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

Pinned Loading

  1. init_app_getx init_app_getx Public

    Dart

  2. init_web_getx init_web_getx Public

    Dart

  3. code_conventtion.md code_conventtion.md
    1
    ## Đối với biến là số nguyên
    2
    Đặt ở dạng: numberOf<Something> hoặc <Something>Count. Ví dụ: numberOfTickets, ticketCount
    3
    
                  
    4
    ## Đối với số dấu phẩy động
    5
    Đặt ở dạng: <Something>Amount. ví dụ: rainfallAmount, moneyAmount.