技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

重构以后的业务模块

/BLL
  __init__.py
  /project
    __init__.py
    member.py
    role.py
    roleuser.py
  /priv
    __init__.py
    setpriv.py
    copypriv.py
    checkpriv.py
  category.py
  note.py
  tag.py
  attachment.py
  comment.py

code.py
project_code.py
role_code.py
comment_code.py

posted on 2012-02-06 11:48  codestyle  阅读(142)  评论(0编辑  收藏  举报