non-well-founded relation
Oct. 25th, 2019 03:12 pmOnce we had a web app, and our pms decided we need a user to sign a form before proceeding. Just click that yes, I agree.
These people need some kind of reeducation, I think. But it's impossible to convince anybody that does not understand they they don't understand.
So there. We have an issue.
So this thing was added to the server, and every time someone logs in, they are diverted to the form page.
Once on the form page, they are supposed to click a button. But they never had a chance. Because, according to the algorithm designed by pms and implemented by an Indian programmer (I know why she did it - she just followed orders), if a user does not have a form clicked, he (or she) is redirected to the form page. And then again.
===========
We also had a request from our pms to list all the users that don't know their ids and can't log in. List their ids, of course.
===========
Right now just saw a line of code.
val noErrorsFound = results.notEmpty && results.forall(!_.isError)
These people need some kind of reeducation, I think. But it's impossible to convince anybody that does not understand they they don't understand.
So there. We have an issue.