JavaScript's New Private Class Fields, and How to Use Them

ES6 introduced classes to JavaScript, but they can be too simplistic for complex applications. Class fields (also referred to as class properties) aim to deliver simpler constructors with private and static members. The proposal is currently a TC39 stage 3: candidate and is likely to be added to ES2019 (ES10).…

0 Comments

Bonsai – Contracts, Simple e-Signing, Integrated Escrow

Bonsai – Contracts, Simple e-Signing, Integrated Escrow Whenever you start a new project you should have a contract that outlines things like the scope of work, payment schedule and terms, timeline, and intellectual property ownership. The contract should describe what happens in bad situations, such as cancellation of work, late…

0 Comments

Save and Share Code Snippets with Code Pad

Save and Share Code Snippets with Code Pad Code Pad is a place for developers to save & share code snippets. Now you can save snippets online at Code Pad making them easily accessible and all in one place. When saving any snippet you have the option to make it…

0 Comments