zlacker

[return to "Making Figma better for developers with Dev Mode"]
1. natero+rD1[view] [source] 2023-06-22 01:27:44
>>emilsj+(OP)
The problem with these kind of pixel-perfect, inspectable design tools, is that there's no distinction between important details and unimportant details.

For example, if our app uses a letter-spacing of 1.2 for all the body text, and your Figma design uses a letter-spacing of 1.25, is that important? Or is that a mistake?

In something like Figma, being consistent is difficult for designers. But in code, being consistent is the default — exceptions are hard for developers!

There's a fundamental mismatch that just ends up being painful all around.

"The map is not the territory." Trying to get a design doc to 100% accuracy is often a waste of time. Design tools need a way to specify which details are important, and which are not.

◧◩
2. mrxd+IS1[view] [source] 2023-06-22 04:15:00
>>natero+rD1
Design linting tools solve this problem.
[go to top]