8 Matching Annotations
- Jun 2023
-
stackoverflow.com stackoverflow.com
-
As soon as you make a member not-private, you are stuck with it, forever and ever. It's your public interface now.
-
- Aug 2022
-
twitter.com twitter.com
-
Pouria Hadjibagheri [@Pouriaaa]. (2021, July 14). The state of the UK’s statistical system 2020/21 by @StatsRegulation Thank you! 🎊😀🎉 See the report: Https://osr.statisticsauthority.gov.uk/publication/the-state-of-the-uks-statistical-system-2020-21/pages/8/ https://t.co/dEBmVz3oTm [Tweet]. Twitter. https://twitter.com/Pouriaaa/status/1415371346775838725
-
- May 2022
-
rspec.info rspec.info
-
If you have a use case not supported by the existing public APIs, please ask and we'll be glad to add an API for you or make an existing private API public.
please ask
-
- Jul 2021
-
stackoverflow.com stackoverflow.com
-
Arel is a public API, or more precisely, it exposes one. Active Record just provides convenience methods that use it under the hood, It's completely valid to use it on it's own. It follows semantic versioning, so unless you are changing major versions (3.x.x => 4.x.x), there is no need to worry about breaking changes.
-
- May 2021
-
www.bbc.com www.bbc.com
-
In this section we will use Gatling to load test a simple cloud hosted web server and will introduce you to the basic elements of the DSL. And here i`m adding my own text, doesnt exist on the page. In this section we will use Gatling to load test a simple cloud hosted web server and will introduce you to the basic elements of the DSL. And here i`m adding my own text, doesnt exist on the page.
this is testing a hyp updating my own notes, and this one is from API
Tags
Annotators
URL
-
- Nov 2020
-
developer.mozilla.org developer.mozilla.org
-
The Object.getPrototypeOf() method returns the prototype (i.e. the value of the internal [[Prototype]] property) of the specified object.
internal: [[Prototype]]
Other times we see something used to indicate it is internal. In fact, this even supersedes proto__. So why did they use a different naming convention? Did they decide [[ ]] is a better naming convention?
-
-
-
In short, I think the idea of public methods being actions works just fine as an api.
-
-
stackoverflow.com stackoverflow.com
-
Don't: import { get_store_value } from 'svelte/internal'; There's a public API equivalent
-