Tag: code
-
Swift initializers: init, convenience init, required init
Swift Object Oriented Programming has some niceties and differences compared to other languages. This is a quick look to init, convenience init, and required init.
-
Swift code reviews: Lazy variables
We use the Lazy keyword when we do not want to initialize an object or some of its properties right away, but we put off the work until we need it (The so-called JIT, or Just-In-Time mechanism).
-
Swift code reviews: Private setters
During a code review, I learned that I was using patterns that are not really used in Swift. How to work with public getters and private setters in Swift.
-
How to create trading tools with Interactive Brokers and Python (I)
How to create your own custom trading tools using Python and the Interactive Brokers API.
-
2020 Update: Back to Unity and C#
Has been a crazy 2020 so far, am I right? Things are more stable now on my end, so is the time to go back to Unity, and C#. My last post was around a year ago , this also is ( more or less) the time when I’ve stopped coding so I can say […]