I am reading SICP-Chapter II and encounter such a sentence
In this chapter we are going to look at more complex data. All the procedures in chapter 1 operate on simple numerical data, and simple data are not sufficient for many of the problems we wish to address using computation.
Programs are typically designed to model complex phenomena, and more often than not one must construct computational objects that have several parts in order to model real-world phenomena that have several aspects.
Thus, whereas our focus in chapter 1 was on building abstractions by combining procedures to form compound procedures, we turn in this chapter to another key aspect of any programming language: the means it provides for building abstractions by combining data objects to form compound data.
Reference to the sentence:
Programs are typically designed to model complex phenomena, and more often than not one must construct computational objects that have several parts in order to model real-world phenomena that have several aspects.
Decompose the sentence:
Programs are typically designed to model complex phenomena,
and more often than
not one must construct computational objects that have several parts
in order to model real-world phenomena that have several aspects
I am very confused with not one here.
onewithyou. In colloquial/informal usage you would sayand more often than not you must constructbut in formal usage one would use the wordoneinstead ofyou– slebetman Oct 30 '19 at 07:37