Skip to content

For when you know you're gonna get to something, but right now you have other priorities.

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-GENERAL.txt
Unknown
LICENSE-SPECIAL.txt
Notifications You must be signed in to change notification settings

RougeWare/Swift-TODO

Repository files navigation

Swift TODO()

For when you know you're gonna get to something, but right now you have other priorities. This lets incomplete code compile, so you can get to what really matters at this moment.

Example

import UIKit



public class MyViewController: UIViewController {
    
    public var value: Int
    
    
    init(initialValue: Int) {
        self.value = initialValue
        super.init(nibName: nil, bundle: nil)
    }
    
    
    init(coder: NSCoder) {
        TODO("Eventually this should be codable")
    }
}

About

For when you know you're gonna get to something, but right now you have other priorities.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-GENERAL.txt
Unknown
LICENSE-SPECIAL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages