The Book That Introduced Me to Chris Lighty

I am going to start back writing about the books that I read throughout the year. I have read countless amounts of books this year but I will start from what I am currently reading at the moment…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Backticks

Did it ever occur to you that, you tried to use an identifier and compiler complaints about it!. Something like.

Yeah, it happened when I tried to write a default configuration for my new NetworkEngine and it turns out that, these are reserved identifiers which can not be used as such, but we could use same identifier with a small change. Like

So that’s it, just use a backticks.

Another use case will be, when you try to optional unwrap a self inside a block.

I hope this tip was useful and if you have any new tip that you found helpful in your journey, I’d love to hear them!

As I mentioned above, I’m writing a new NetworkEngine which could be reusable in my upcoming projects. It is currently in premature state but you can definitely use it in your project as I am actively refactoring and adding new features to it.

Add a comment

Related posts:

How to tell if your eggs are actually expired and make them last even longer with this easy recipe

Little known fact about expiration dates: they aren’t an exact science. The easiest way to find out if your eggs have ACTUALLY gone bad is to get a large bowl and fill it ¾ of the way with water…

The General Rule of Saving and Investing

Making sure that your efforts are worth it can be difficult in the current society, even more, considering COVID-19 and the whole quarantine situation. A lot of things have changed, lots of people…

Message queue and task queue

Consider that you are preparing for a party at your home. There are several tasks to be done. Walls are to be decorated, plates are to be washed, food is to be made ready and you may need an extra…