communtator
No user record in our sample, but communtator has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but communtator has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Yeah exactly the question. I doubt there’s an objective answer, more a subjective decision society makes about what is “right”. Personally I’m fine with saying “I give you directions but it’s on you to execute them…
If the facts as presented are indeed true, this suit seems to hinge on the question of whether entities publishing information intended for use have any liability at all? Like if you say “here’s information you can use…
Indeed I agree that it can be difficult or impossible to squeeze all the important information about a function into its signature! And why bother playing golf when that’s literally what the doc string is for?…
If you consistently break functions down into tiny “functionettes” the names of the functions can as easily lie to you. You start with `buildURL` but it gets complicated, you break part out into validating the URL, now…