Skip to content
Hsieh Kuo Chiang edited this page Oct 1, 2013 · 3 revisions

開發準則的要求

  1. 開發架構採用 MVVM 的方式 目錄結構如下
  • Project
  • --Model
    
  • --View
    
  • --ViewModel
    
  1. Model 改變, UI 跟著改變 Model 具備 PropertyChanged 事件通知功能

  2. Log 統一由 NLog 作管理 3.1 要追蹤使用者操作的過程 3.2 Exception 處理方式為 log.Error(Exception), 可額外加註

Clone this wiki locally