I think they key part of this is it provides a foundation for having a Licensing Board for our industry. Combining requiring someone licensed to sign off on work where they take actual legal responsibility, with changes…
I know quite a few people in the industry, and some near the top of big players and the common thing I've heard said is "We have so much data on such a granular level, we don't even know how to exploit most of it".
Is that town near by or is it completely out of left field?
Gemini also lies about the information it is given, if you ask it directly it will always insist it has no idea about your location, it is not given anything like IP or real world location. But, if you use the following…
No, I don't. I consider modern PHP being fully typed in all places possible, tests, clear and readable code, avoid globals, and avoiding clever tricks like reflection to extract function names to autowire up routes. The…
The naming styles, the structure of the logic, the single line if statements with ternary returns, the lack of "use", the globals. Altogether it just gave me a clear feeling of this isn't a person who has written a lot…
Reading the code, this feels like a python developer writing PHP and frankly doing a bad job. Even the formatting seems to give up readability for line count for some unknown reason. There is no typing, no following of…
I think they key part of this is it provides a foundation for having a Licensing Board for our industry. Combining requiring someone licensed to sign off on work where they take actual legal responsibility, with changes…
I know quite a few people in the industry, and some near the top of big players and the common thing I've heard said is "We have so much data on such a granular level, we don't even know how to exploit most of it".
Is that town near by or is it completely out of left field?
Gemini also lies about the information it is given, if you ask it directly it will always insist it has no idea about your location, it is not given anything like IP or real world location. But, if you use the following…
No, I don't. I consider modern PHP being fully typed in all places possible, tests, clear and readable code, avoid globals, and avoiding clever tricks like reflection to extract function names to autowire up routes. The…
The naming styles, the structure of the logic, the single line if statements with ternary returns, the lack of "use", the globals. Altogether it just gave me a clear feeling of this isn't a person who has written a lot…
Reading the code, this feels like a python developer writing PHP and frankly doing a bad job. Even the formatting seems to give up readability for line count for some unknown reason. There is no typing, no following of…