Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
code review

7 Articles
{
,

}
Image
Direct link to the article Tools for Auditing CSS
audit code review DevTools performance unused css

Tools for Auditing CSS

Auditing CSS is not a common task in a developer’s everyday life, but sometimes you just have to do it. Maybe it’s part of a performance review to identify critical CSS and reduce unused selectors. Perhaps is part of effort …

Image
Silvestar Bistrović on Mar 29, 2021
Image
Direct link to the article A Quick CSS Audit and General Notes About Design Systems
audit code review

A Quick CSS Audit and General Notes About Design Systems

I’ve been auditing a ton of CSS lately and thought it would be neat to jot down how I’m going about doing that. I’m sure there are a million different ways to do this depending on the size and scale …

Image
Robin Rendle on Dec 31, 2018
Image
Direct link to the article Getting to Know a Legacy Codebase
code review

Getting to Know a Legacy Codebase

Harry Roberts talks about some methods for getting comfy with a new (“specifically CSS”) code base. Harry’s done this a lot as someone who parachutes into new code bases regularly as a consultant. But I think this is also quite …

Image
Chris Coyier on Jul 31, 2018
Image
Direct link to the article Code Review Etiquette
code review

Code Review Etiquette

Code reviews are a big part of writing software, especially when working within a team. It is important to have an agreed-upon etiquette for reviewing code within a team. A code review is a critique and a critique can often …

Image
Jeff Wainwright on Oct 25, 2017
Image
Direct link to the article When Design Becomes Part of the Code Workflow
code review design tooling SVG

When Design Becomes Part of the Code Workflow

I recently did an experiment where I created the same vector illustration in three different applications, exported the illustration as SVG in each application, then wrote a post comparing the exported code.

While I loved the banter and insights that …

Image
Geoff Graham on Sep 5, 2017
Image
Direct link to the article More code review tools (on GitHub)
code review dif github

More code review tools (on GitHub)

GitHub has improved their code reviewing tools:

Effective code review catches bugs before they’re deployed, improves code consistency, and helps educate new developers. We’re adding new features to make code review on GitHub faster and more flexible.

A few include …

Image
Robin Rendle on Mar 17, 2016
Image
Direct link to the article Case Study: jQuery Fixer Upper
code review jQuery

Case Study: jQuery Fixer Upper

We'll look at some jQuery code that a CSS-Tricks reader posted in the forums. We'll suggest ways to improve the code to make it more efficient and more extensible. We'll also make some guesses about the HTML that it goes with and discuss improvements there.
Image
Chris Coyier on May 8, 2011 Updated on Mar 12, 2017

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top
Advertisement