"Le développement logiciel, c'est un peu comme les Lego, les possibilités sont infinies sauf qu'avec l'informatique nous ne sommes pas limités en nombre de briques."
buff.ly/3u1N1St
@pointfreeco Finished watching the Concise forms videos and really enjoyed them! But I'm having trouble using bindings because they don't seem to play great with scoped view states, that I started using for performance reasons. Any ideas?
Today is the day! Crafting Interpreters is available for purchase in print, Kindle, ebook, and PDF! Behold: craftinginterpreters.com
It took a lot longer than I expected, but it's all done now. So long that I wrote a blog post about it: journal.stuffwithstuff.com/2021/07/29/640…
🎉📖🎉📖🎉📖🎉📖🎉
🪄 Et si en un claquement de doigts, on pouvait créer des #applications mobiles ! 📱Quelle serait l' #app que vous auriez envie de créer ?
👇 Partagez vos idées dans les commentaires !
List has gained a lot of new capabilities this year:
- Swipe Actions
- Pull-to-refresh (with `.refreshable(action:)`)
- Separator customization
Together with the new search API this will unlock so many more advanced use cases for your app.
Try them out and send us your feedback
GRDB tip of the day: I wrote a guide for setting up "Singleton Records", aka "Single-Row Tables", which store configuration values, user preferences, and generally some global application state. This is a frequent need, and you may enjoy some guidance: github.com/groue/GRDB.swi…
I've spent the last few days battling bugs in the OS and frameworks, diligently opening bug reports with attached projects and simple reproducible cases. I feel worn down and depressed.
@pathofshrines@slava_pestov@beccadax@senderPath Ah understood. Reminds me how I really like Ruby's prefix symbols to reference different scopes ($ for global, @ for instance, @@ for class). Explicit for the programmer, not too verbose, and great for the compiler 🙂