Work on thesis

This commit is contained in:
Andras Schmelczer 2022-07-29 19:15:07 +02:00
parent a8fa8fd11c
commit 71a0022ac7
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
25 changed files with 589 additions and 1236 deletions

7
docs/thesis/comments.txt Normal file
View file

@ -0,0 +1,7 @@
% I use a toy example when quickly experimenting, it's important not to overfit on it ( moving it into the library would result in a online for it, so I have to consciously avoid that), but having a very simple
% Argumetn/parameter names were confusing
% offlinemode -> cacheonly mode
% Should the order of the decorators matter? all except in one case, they're written in a way that the order doesn't matter even with the original semantics of decorators. In that one case, it cannot be written in that way. Instead of correcting a user's error, there's a mechanism looking for this error and the user is notified. Guessing the unspecified is cool, but correcting the wrong is not