The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.7 KiB

+++
title = "Less Web Development Essentials - Bass Jobsen"
date = 2016-08-02
updated = 2021-02-12
[taxonomies]
tags = ["books", "bass jobsen", "reviews", "css", "less", "web development",
"it", "stars:2", "published:2014"]
+++
[GoodReads Summary](https://www.goodreads.com/book/show/22130122-less-web-development-essentials):
Written in a practical and concise manner, this book is a crash-course in
teaching you the fundamental concepts of Less with real-life examples and
problems. If you use CSS(3) in your web development tasks and would love to
learn how to create maintainable and reusable code with Less, this book is
ideal for you. Although you need to have some experience in web development,
even beginners will find that this book is useful.
<!-- more -->
{{ stars(stars=2) }}
Less is a compiler for CSS. Why do I feel I need to start a review with that?
Because this book focuses a lot more on CSS than Less. Actually, I may have
learnt more about CSS than what it was expected to learn. There is nothing
wrong talking more about the base technology when the piece you're talking
about is built on it, but when you talk a lot more about the first and not the
second, you have to seriously reconsider your book title.
Another thing that annoys me is when the author keeps talking about the
examples outside the book. "Check the examples which you can download in the
previous URL" is lazy explanation. Instead of building knowledge blocks and
then expand over them, the book uses the lazy escape of not telling you
anything and expecting yo to read things somewhere else.
In the end, it's a nice book to learn a thing or two about modern CSS, but
barely something good about Less.