huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

next version to rename and change code style. #15

Closed zoujiaqing closed 6 years ago

zoujiaqing commented 6 years ago
  1. Project name from kiss change to hunt
  2. Code style like C# & C++

code style like:

import hunt.logging;

class User
{
    bool Add();
    bool Delete();
}

function name can use [delete].