What are you interested in?

Most of my day I’m writing HTML, CSS and Javascript code or am reading. Mostly things about web and technology stuff or photography. As you know I’m interested in tech and photography and am always kind of switching the main topic here on visuelleGedanken.de.

It’s my blog and I post about what interests me the most and that’s fine, but nevertheless I want to know what it is that you are most interested in? Is it seeing my photos? Getting link tips with a short commentary? If, on which topic? Front End Dev tutorials?

Whatever it is that you like most here or would like to see, let me know in the comments below so I can get to know you a little bit better. Thank you!

(This post is massively inspired by Kai)

The indentation of lines

Today I have a question for you guys which bothers me every time I set up a new code editor. Recently it was Coda 2. As I always do when I get a new app I looked at all preferences, just to get an overview of the possibilities.

I stopped at ‚Tab Width: 4 – Use spaces instead of tabs‘, thought about it and didn’t check it. Until today I always used tabs to indent lines. I thought it was clearly the better way because it’s just one key stroke to delete an indentation. But since there is that option I wonder what the advantage is and how you handle indentation of lines?

Update: As it turns out in the comments, using spaces is the better way. A good editor (like Coda 2 or Espresso 2) will delete tab generated spaces with one key stroke. Going with spaces you also make your code future proof, backwards compatible and perfectly readable on every OS. Now I think this should be standard in every code editor. Do you hear me, Panic?