Transactional Stack & Recursion
January 26, 2021Bilgisayarımdan çıkan bir başka soru ile sizinleyim. Sorumuz şu şekilde, öyle bir stack implement etmek istiyorsunuz ki bu aynı zamanda transactional davranışlar göstersin. Diğer değişle (begin, commit, rollback) fonksiyonları içeren bir stack yazalım.
Hemen örneğe geçelim.
|
|
Bunu elle işletelim.
|
|
Python 2.7 ne kadar tipler belli olmasa da aşağıdakine benzer bir veri yapısı kullandım.
|
|
Böylelikle istediğiniz kadar iç içe transaction kullanabilirsiniz. Kodun tamamını paylaşayım.
|
|
hidden
AI: Where in the Loop Should Humans Go?
This is a re-publishing of a blog post I originally wrote for work, but wanted on my own blog as well.AI is everywhere, and its impressive claims are leading to rapid adoption. At this stage, I’d qualify it as charismatic technology—someth…
via Ferd.caMore Good Programming Quotes, Part 6
Here are more good programming quotes I have found since my last post. Programming “Configuration is coding in a poorly designed programming language without tests, version control, or documentation.”Gregor Hohpe “It’s the developers misunderstanding, not…
via Henrik Warne's blogHOWTO: Change your behavior
In theory, behavior change should be easy. At first glance, it seems like you control your behavior. So, if you desire different behavior, why doesn’t your behavior change as instantly as your desire to change it? In short, lasting change of habitual behavio…
via Matt Might's blog