Re: [AD] Locking Behaviour |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, November 23, 2008 1:38 pm, Paul Suntsov said:
> Current A5 way (with the bug fix):
> -If we want unlocked but it isn't, we fail
> -If we want locked, but region locked is too small/wrong, we fail
> -If we want locked, received unlocked, we lock, do stuff, and unlock
> -Overall, functions fail if conditions are not just right
I like this way.
> Hand-holding way
> -If we want unlocked but it isn't, we unlock it
> -If we want locked, but region locked is too small/wrong, we resize
> region
> -If we want locked, received unlocked, we lock, do stuff, and unlock
> -Overall, functions fail only if you simply can't do something
> (basically never)
I can't see this working well at all.
Trent :{)>