Hacker News new | ask | show | jobs
by cloudwalking 2334 days ago
IB files are essentially impossible to code review.
1 comments

If you read the storyboard diffs the layout code is human readable, just need to get used to it. Although there is no docs
Not in the case where a bunch of views are moved inside a new view. Then the XML diff is really janky, and elements are assigned new IDs.

The constraints are impossible to code review in XML since they refer to elements by IB ID which is essentially obfuscated. I don't understand why IB doesn't let you give the elements their own human-readable IDs.