Skip to content
View dp0812's full-sized avatar

Block or report dp0812

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
dp0812/README.md

TLDR version

Personal preference for programming:

  • Favorites programming paradigm: Object-Oriented and Functional
    • Corollary 1: favorites languages include Dart, Java, Haskell.
    • Corollary 2: languages with only dynamic typing are not for me, at all.
  • Related experience:
    • Small, cross-platform tools (see: malware trend analysis tool).
    • Flutter applications (see: mp3 music player).
  • Design choices:
    • Code units should maximize library-like properties.
    • Commit must not have any TODO/FIXME comments.
    • Comments exist iff clarity of variable names are insufficient.
    • Function, denoted as f, should be shorter and shorter, but not enough such that it place too much burden on the call stack, unless reuse(f) > 1.

Formal version

Formal Version for those intersted.

Pinned Loading

  1. music_player_flutter music_player_flutter Public

    Dart

  2. RansomwareTrend RansomwareTrend Public

    Java