Yu-Jen Lin

Results 18 comments of Yu-Jen Lin

https://en.wiktionary.org/wiki/亞 http://dict.revised.moe.edu.tw/cgi-bin/cbdic/gsweb.cgi?ccd=CGK7ac&o=e0&sec=sec1&op=v&view=0-1 亞 這個字是破音字,二聲三聲都有啊

Sounds nice. The javascripts that are using css selectors are ``` ./renderer-process/content-loader.js ./renderer-process/favorite-view.js ./renderer-process/read-view.js ./renderer-process/view-switcher.js ``` Which are the View-Controllers I have mentioned in the [WIKI page](https://github.com/yjlintw/comic-reader/wiki/App-Architecture) (and only View-Controllers...

@fuluboy I think at this moment, you are the most experienced front-end developer among this team. I think you can go ahead and decide the naming rules. It would be...

@fuluboy as I am implementing the subscription update at this moment. The favorite entry in the favorite view will need a class called `.hasupdate`(or something similar) which will affect the...

A placeholder is added (PR #110, PR #111)

Is there a way to get a notification whenever the wiki is modified?

@fuluboy If you can only choose one among the three, which one would you choose to be the first?

# Naming Rules Follow this one: [naming convention](http://www.j-io.org/Javascript-Naming_Conventions/#naming-conventions) ## Functions camelCase ```js // bad example function MyFunction() {...} // good example function myFunction() {...} ``` ## Variables - Variables with...

create guidelines wiki page [link](https://github.com/yjlintw/comic-reader/wiki/Naming-Rules-and-Coding-Guidelines)

I use the alert box for a server that is not responding for now.