Recent posts

The Big Nerd Ranch Swift - End of chapter 17

less than 1 minute read

Summary Initialization This chapter is about Initialization of struct and class. For detail, default, custom, required and failable init. Also initialzat...

The Big Nerd Ranch Swift - End of chapter 20

less than 1 minute read

Summary In this chpater, You can learn Error Handling by implementing Lexer and parser which are complier lexical analyzer. I think it’s a advanced topic....