angular-package
TwitterGitHub
Designing
Designing
  • Introduction
  • Definitions
    • Adjective: noun
    • Cohesion: noun
    • Cohesive: adjective
    • Cohesiveness: noun
    • Complex: adjective, noun
    • Complexity: noun
    • Consistency: noun
    • Consistent: adjective
    • Constantly: adverb
    • Diagnosis: noun
    • Functional: adjective
    • Functionality: noun
    • Get: verb
    • Have: verb
    • Immutable: adjective
    • Independent
    • Interdependence
    • Intuition: noun
    • Intuitive: adjective
    • Intuitiveness: noun
    • Is: verb
    • Logic: noun
    • Minimalism: noun
    • Mutable: adjective
    • Noun: noun
    • Phrase: noun, verb
    • Prefix: noun, verb
    • Preposition: noun
    • Purpose: noun
    • Replace: verb
    • Set: verb
    • Simplicity: noun
    • Suffix: noun, verb
    • Text: noun, verb
    • To: preposition
    • Verb: noun
  • Principles
    • String Wrapper Objects
  • Design processes
    • String Wrapper Objects
      • Methods usage analysis
      • Relevant questions
      • Investigation
      • Method names analysis
    • Wrap {}
      • Analysis
      • Accessors
      • Properties
      • Methods
        • hasOpening()
        • isWrapped()
    • Wrapper
  • Benefits
    • String Wrapper Object
      • Explanation
  • Other
    • @ Contact
    • ฿ Donate
Powered by GitBook
On this page
  • Purpose
  • Immutability

Was this helpful?

  1. Design processes

String Wrapper Objects

PreviousString Wrapper ObjectsNextMethods usage analysis

Last updated 3 years ago

Was this helpful?

This section covers a small part of the designing process. Determines how to properly combine some definitions with the usage and naming the methods in objects.

Purpose

The purpose is to achieve , , , , , and in the final form of the objects. So, the question is, what do these words mean in object design, how to apply them properly, and why exactly these words? The following pages bring some answers.

Immutability

The first decision is to use because the nature(out of the box) of their primitive value results in partial immutability achievement and use them as types.

There is a need to understand how methods are being used and may be used, especially in .

intuitiveness
logic
cohesiveness
minimalism
immutability
consistency
primitive wrapper objects
immutable
functional
primitive wrapper objects