Calm
Before: #include int main(void) { printf(“Hello world\n”); return 0; } After: <>;;.""(()){}# 0 acddddeeefhiiiiiillllmnnnnnnooooprrrrsttttuuvw H
Before: #include int main(void) { printf(“Hello world\n”); return 0; } After: <>;;.""(()){}# 0 acddddeeefhiiiiiillllmnnnnnnooooprrrrsttttuuvw H
I planned to post this a lot earlier, but I wanted to do the presentation at Softonic first and I am also very lazy. My employer was so nice to send a colleague and me to the International PHP Conference 2011 Spring Edition in Berlin this year. It was a three day conference. There also was one day of workshops, which we skipped. We also skipped most of the keynotes, because most of them were in German and didn’t seem very useful. ...
I have been one of the many converts to git and try to use it whenever possible. So far this has been mostly for smaller project, open source projects, Fedora and a little bit at work. bikesoup is my first bigger project using git. I started with initial development on the master branch and created feature branches which got merged back into master. Before going live for the first time I created a live branch. This is pretty much what you would do in subversion too, maybe with the exception of any feature branches. ...