tshet-uinh-examples icon indicating copy to clipboard operation
tshet-uinh-examples copied to clipboard

關於方案格式

Open graphemecluster opened this issue 3 months ago • 0 comments

其實當初方案格式設計應為 module 而非 function body,如

export const 選項 = prev選項 => ({ /* ... */ });
export default new 推導方案((音韻地位, 字頭, 選項) => {
  // ...
});

這樣就可以把費時操作 (https://github.com/nk2028/tshet-uinh-autoderiver/issues/10#issuecomment-2447978831) 放到方案外面,還可以以直觀的方式 import 其他方案

graphemecluster avatar Oct 30 '24 18:10 graphemecluster