Showing posts with label code snippets. Show all posts
Showing posts with label code snippets. Show all posts

Wednesday, October 14, 2015

Sharing code with the world

The main reason I started writing this blog was to share snippets of things I find interesting or as a way to document any solutions I come up with that I would like to share. The problem with the web though, is formatting. When you copy and paste code from your code editor into a web form, things don't go as expected. Some pages will try to interpret the code blocks and in some cases can even cause the page to break. Most of the time, indentation is ignored and sometimes line breaks too.