From 27b8b0c91ee771379f07a4f14beab3a9b631d6b6 Mon Sep 17 00:00:00 2001 From: Micah Keller Date: Thu, 3 Oct 2024 12:12:19 -0700 Subject: [PATCH] Refinement --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2b8d796..6c0eb82 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ src/ concepts / muX / qualities / qOfMux.quality.ts tests / example.test.ts ``` -### uX.concept.ts +### muX.concept.ts Treat your concepts as libraries, modules, and/or(anor) entire applications. As that was the initial inspiration for this system. Beyond this initial release, there will be a growing library of Standardized Concepts for utilization within your Muxiums. Including the ability to finally have an easy means of composing "Web Components," into your system. While enhancing upon their functionality, versus just the drop in. ```typescript @@ -90,7 +90,7 @@ export type MUXState = { message: string } -export const muXName = 'uX'; +export const muXName = 'muX'; export const createMUXState = (): MUXState => { return { @@ -121,7 +121,7 @@ export const createMuXConcept = () => { ); }; ``` -### uXqOfUx.quality.ts +### muuXqOfMux.quality.ts This isolates all the parts necessary for your actions to have impact within this system. Types are a qualitative description of the overall quality. As even though they are not explicitly used within this system. They likewise better inform training data, and likewise act as unique identifiers if you are accessing the action creators directly versus the DECK System. Internally Stratimux uses semaphores as the method of quality routing within the Muxium. This is to reduce the time complexity of each look up. To further increase the speed of execution of your applications, utilize the supplied DECK Interfaces at each point of entry. @@ -147,7 +147,7 @@ function getRandomRange(min: number, max: number) { } export const muXqOfMux = createQualityCardWithPayload({ - type: 'muX allows for easy selection of your qualities, qOfUX is your quality, and Type is the distinction', + type: 'muX allows for easy selection of your qualities, muXqOfMux is your quality, and Type is the distinction', reducer: (_, action) => { const {message} = action.payload; return { @@ -180,7 +180,7 @@ export const muXqOfMux = createQualityCardWithPayload): ActionStrategy => { const stepSuccess = createActionNode(d.muxium.e.muxiumLog()); const stepFailure = createActionNode(d.muxium.e.muxiumKick(), {