fsaar/SASeatBooking

View on GitHub
SASeatBooking/SASeatBookingView/SACameraControl.swift

Summary

Maintainability
A
0 mins
Test Coverage

Constant should be lowerCamelCase
Open

            let unit_in_radian = CGFloat(Double.pi / 180) / 5

constant-naming

Global constants should follow either UpperCamelCase or lowerCamelCase naming conventions. Local constants should follow lowerCamelCase naming conventions.

Preferred

let MaxHeight = 42
let maxHeight = 42

Not Preferred

let max_height = 42

There are no issues that match your filters.

Category
Status