Skip to content
View yamakii's full-sized avatar

Block or report yamakii

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. ticket-price-in-rust-ddd ticket-price-in-rust-ddd Public

    Rustでの料金計算のDDDのサンプルです

    Rust

  2. the-money-example-rust the-money-example-rust Public

    Kent Beckのてテスト駆動開発の第一章多国籍通貨をRustで書いたサンプルです

    Rust

  3. ticket-price-modeling ticket-price-modeling Public

    Go 1

  4. Go specification pattern sample Go specification pattern sample
    1
    type Specification struct {
    2
    	rules []rule
    3
    }
    4
    
                  
    5
    type rule interface {