5 ms·
IB files are essentially impossible to code review.
by cloudwalking 7y ago
IB files are essentially impossible to code review.
- m3kw9 7y agoIf you read the storyboard diffs the layout code is human readable, just need to get used to it. Although there is no docs
- generalpf 7y agoNot 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.