Learn R Programming

R6P (version 0.4.0)

NullObject: Null Object Pattern

Description

Model a domain concept using natural lingo of the domain experts, such as “Passenger”, “Address”, and “Money”.

Usage

NullObject()

Arguments

See Also

Other base design patterns: Singleton, ValueObject()

Examples

Run this code
# See more examples at 

colnames(NullObject())
nrow(NullObject())

Run the code above in your browser using DataLab