岚 - FLemon

Flemon's Blog

Development Optimisation

Optimise in a way you may not thought of

you may be aware that: String + String is slower than String.concat(String), as + copies the memory of each String and create a third String, while #concat just append the original String. ...

My experience with test

A path of testing with Rspec

There had been days, weeks, months when I was debugging…testing…and coding…debugging…testing…and coding… and it wasn’t long until I find myself keep amending around the same test suit over and over...

Hello Blog

Hello World, Hello Blog

“So here I am.” 千里之行始于足下