Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
LESS WEB DEVELOPMENT ESSENTIALS

You're reading from   LESS WEB DEVELOPMENT ESSENTIALS Use CSS preprocessing to streamline the development and maintenance of your web applications

Arrow left icon
Product type Paperback
Published in Apr 2014
Publisher
ISBN-13 9781783981465
Length 202 pages
Edition Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Bass Jobsen Bass Jobsen
Author Profile Icon Bass Jobsen
Bass Jobsen
Arrow right icon
View More author details
Toc

Testing your code


You don't have to write all the Less code yourself as it is reusable and portable. Mixins and snippets of Less code can be found on the Web and (re)used in your projects. Search for Less mixin background gradients and you will get many useful hits. Try to find code that offers support for browsers and meets your requirements. If you have any doubts about the browser support of a mixin, consider asking questions on Stackoverflow.com (http://www.stackoverflow.com/). Always show your code and what you have done; don't just ask for a solution. Also, other questions regarding Less can be asked on Stackoverflow.com.

Integration of code snippets or even complete namespaces will make the testing of your code more important.

Understanding TDD

Test-driven development (TDD) is a proven method for software development. In TDD, you write tests for every piece of code in your project. All tests should pass after changing your code when adding or improving functionalities or refactoring...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image