EragonJ – A humble navigator

About EragonJ | About this blog

Archive for the ‘WP’ tag

[閒聊] Just changed the appearance

leave a comment

It’s being a while for me to change the appearance of my blog. Because I like minimalism themes, I keep finding anything about this kind of skin. Not only because I can train my ability to modify CSS but like it. Finally, I got a satisfying one called ‘The Journalist template’ made by Lucian E. Marin just now.

Now, it’s time for me to tune my blog :P ~ But I need to sleep first because it’s almost 3 am now … See you guys next time :]

Written by EragonJ

August 13th, 2010 at 2:52 am

[WordPress] Coding Standards

leave a comment

這裡面的Coding Standards講到很多以前看到還蠻重要的東西,

像是下面這個做法可以避免”==”寫成”=”所產生的BUG,算是還蠻好用的。


if('abc' == $var) ...

另外還有一個也還重要的就是

Self-explanatory flag values for function arguments

這幾個點大家可以看一下,其他的就比較偏個人的習慣了。

Source

Written by EragonJ

December 9th, 2009 at 3:24 pm

Posted in Notes

Tagged with , ,