Hello Pretty World

As professional programmers you’re familiar with the term Pretty-print. Getting a cool domain name isn’t easy these days, so after weeks in search I was happy to finally get PrettyPrint.me how cool is that?
Code aesthetics and readability is just one of the things I care about the most when writing code.I’m a professional software developer with experience in software methodology and web frontends in particular. I hope to share my wisdom on this blog and learn as I go.

Print it then, and keep it pretty

function startBlog(pretty) {
 prettyPrint("Hello " + (pretty ? "Pretty " : "")+ "World!");
}
startBlog(true);

Hello World

Sorry, comments for this entry are closed at this time.