Post AwQKxq8tAdxCIcHwfI by [email protected] | |
More posts by [email protected] | |
Post #AwQKxq8tAdxCIcHwfI by [email protected] | |
0 likes, 0 repeats | |
Such a great pattern (maybe this is ubiquitous?):#define UNREACHABLE \do { \DEB… | |
Post #AwQKxqFykHcoebbbiS by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker they took away our debug-only assert privileges when people started… | |
Post #AwQKxqMMMYjGyOahf6 by [email protected] | |
0 likes, 0 repeats | |
@dev example? | |
Post #AwQKxqSO09Y9H5PW3U by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker using it for malloc checks, using it for things that should not be … | |
Post #AwQKxqYPdkN1ZmEKRs by [email protected] | |
0 likes, 0 repeats | |
@dev argh, why aren't asserts taught properly in undergrad SE courses | |
Post #AwQKxqe5IeuJrMsrI0 by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker yeah a surprisingly large number of people don’t realize they’r… | |
Post #AwQKxqk6wFjCA3hfgO by [email protected] | |
0 likes, 0 repeats | |
@dev @tobinbaker one of the first things i did with self-modifying code was mak… | |
Post #AwQKxqqUYWpeTqgld2 by [email protected] | |
0 likes, 0 repeats | |
@pkhuong @dev @tobinbaker you can also just make your own assert macro that nev… | |
Post #AwQKxqvoEl5MkLB0uu by [email protected] | |
0 likes, 0 repeats | |
@dotstdy @pkhuong @tobinbaker that’s what I mean by “they took away our ass… | |
Post #AwQKxr2Br2Bp48A6rY by [email protected] | |
0 likes, 0 repeats | |
@dev @dotstdy @pkhuong the question of when an assert should be allowed to cras… | |
Post #AwQKxr7VXGRXKceM9Q by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker @dotstdy @pkhuong in terms of storage, crash every single time. Per… | |
Post #AwQKxrDt9XXzePdS64 by [email protected] | |
0 likes, 0 repeats | |
@dev @dotstdy @pkhuong I used to think this was a no-brainer as well, but it t… | |
Post #AwQKxrLggXmm2bHgFk by [email protected] | |
0 likes, 0 repeats | |
@dev @dotstdy @pkhuong From a principled perspective (which is all I used to ha… | |
Post #AwQKxrRiK8beLI6Ue8 by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker @dev @pkhuong In our engine there's an attempt at classifying t… | |
Post #AwQKxrYRv5zggBFs92 by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker @dev @pkhuong which is just to say that fault isolation is nice if … | |
Post #AwQKxreTYgoYys4gXQ by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker @dev @pkhuong to make a concrete example, games are built from asto… | |
Post #AwQKxrkVCHdRHYtUvo by [email protected] | |
0 likes, 0 repeats | |
@tobinbaker @dev @pkhuong but if the asset that breaks is the main player chara… | |
Post #AwQKyTuPJu8ZdHowe8 by [email protected] | |
0 likes, 0 repeats | |
@dotstdy @tobinbaker @pkhuong ah that’s cool |