Archive
Thursday, 14. March 2019
0
votes

Tester’s Diary: What Now, Test Team Lead?
blog.gurock.com
– This is a guest posting by Carol Brands. This has been one of the hardest months I’ve ever had at this job. A team member left the team. We missed a deadline — by a lot. And there is still what feels like a mountain of work to do. Maybe it’s worth taking a look at how I got here, and how I hope to ...
1
vote

delphi – Why was TDataSource created originally? – Stack Overflow
The Wiert Corner
– From a while ago [WayBack] delphi – Why was TDataSource created originally? – Stack Overflow 5down voteaccepted It is all about decoupling and indirection. And with TDataSource there are two kinds of them: Decoupling the master detail relations (TDataSource is in the same module as ...
1
vote

Memory 3D – Full Source Code Delphi Game
Zarko Gajic
– “If you want it to be playable and more interesting you need to jazz it up a bit!” That’s what’s been cooking in my head from the time I’ve finished implementing the back end for the game of Memory (Match Up, Concentration, or whatever you are used to call it). As a proof of concept, I’ve coded a ...