-
## Configuring this issue
- [ ] Add issue to appropriate epic
- [ ] Add Design System component label (such as `va-alert`)
- [ ] Add `component-new` or `component-update` label, if applicable
- [ …
-
https://design-patterns.service.justice.gov.uk/get-started/prototyping/
1. These instructions are slightly wrong:
> add window.MOJFrontend.initAll() to app/assets/javascripts/application.js bel…
-
Dear Mackinnon Buck ,
I hope this message finds you well. I wanted to bring to your attention an issue I encountered while using the component in Blazor interactive server with prerender set to fa…
-
Articles
- **Functions**
- http://rmurphey.com/blog/2009/10/15/using-objects-to-organize-your-code
- **Various**
- https://air.ghost.io/js-things-i-never-knew-existed/
- **Datasets**
-…
-
Maintainers
---
- @Owonie
Main Content
### Index
- [x] Index page (@Owonie ) #2
---
### Design
- [ ] Ant Design
- [ ] Introduction
- [ ] Design Values
- [ ] Cases
…
-
### 单体模式
保证一个类仅有一个实例,并提供一个访问它的全局访问点。实现的方法为先判断实例存在与否,如果存在则直接返回,如果不存在就创建了再返回,这就确保了一个类只有一个实例对象。
```js
class Fn {
constructor(name) {
this.name = name
}
getName() {
re…
-
To fully master Node.js, you need to understand its personality.
A framework's personality and guiding principles influence everything around it. While it's possible to write JavaScript in a hundred…
-
Over the last two years one of the biggest pieces of feedback we’ve had on the book is that everyone would like a version that is updated to use ES2015+. There are a few different approaches we could …
-
## The Problem
Faust's authentication patterns are currently hard-coded and extremely limiting. A holdover from the old GQTY version of Faust, it's opinionated and designed around a single use-case…
-
# Abstraction
## Bridge
For portability reasons, it's better to avoid using libraries like _discord.js_ everywhere in the code, instead, rely on abstract interfaces for Dotsimus, and implement t…