Skip to main content

12 docs tagged with "Abstraction"

View All Tags

Abstraction

Abstraction is defined as: (Paradigm) to ignore/hide Low-Level details to focus on implement. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Paradigm,

Declarative

Declarative is defined as: (Paradigm) to express logic w/o explicit Control Flow via Abstraction. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Parad

DRY

DRY is defined as: (principle) to avoid repeat Source Code/etc via Abstraction/Functional Programming. Topics on: Refactor, WET. Read more: Computer Science, De

Framework

Framework is defined as: set of methods to Abstraction design/structure Source Code. Topics on: . Read more: Computer Science, Computer Lang, Programming Langua

High-Level

High-Level is defined as: of Programming Language to Abstraction Source Code away from Low-Level details (ie allocating Hardware resources). Topics on: Garbage-

Low-Level

Low-Level is defined as: of Programming Language to Abstraction less with Source Code closer to Machine Code, req closer management of Hardware resources. Topic

Low-Level API

Low-Level API is defined as: API with more granular control over software Module or Hardware, with fewer Abstraction. Topics on: . Read more: Dev Tool, API, Mod

Programming Language

Programming Language is defined as: Computer Lang to express Instruction to Computer via Abstraction. Topics on: Scripting Language, Interpreted Language, Swif

Source Code

Source Code is defined as: Human readable Abstraction over Machine Code, to write Programs. Topics on: Readability. Read more: Computer Science, Computer Lang,

Syntactic Sugar

Syntactic Sugar is defined as: ๐Ÿฐ JS Syntax to Abstraction logic into 'sweeter' simpler Source Code. Topics on: Syntactic Sugar allows for better DX. Read more:

useOnScreen()

useOnScreen() is defined as: Custom Hook to return boolean to check if node (as ref) is visible on Viewport; Abstraction Intersection Observer API Web API. Top

VDOM

VDOM is defined as: Intermediate Abstraction layer between Source Code & DOM API , data structure to mirror DOM API comprised of Fiber (React Element). Topic