Click here to Skip to main content
15,885,767 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: organizing everything visible on screen Pin
Greg Utas6-Aug-22 12:23
professionalGreg Utas6-Aug-22 12:23 
GeneralRe: organizing everything visible on screen Pin
Calin Negru6-Aug-22 23:21
Calin Negru6-Aug-22 23:21 
GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz7-Aug-22 6:54
mveGerry Schmitz7-Aug-22 6:54 
GeneralRe: organizing everything visible on screen Pin
Greg Utas7-Aug-22 7:11
professionalGreg Utas7-Aug-22 7:11 
GeneralRe: organizing everything visible on screen Pin
Calin Negru7-Aug-22 18:18
Calin Negru7-Aug-22 18:18 
GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz7-Aug-22 7:06
mveGerry Schmitz7-Aug-22 7:06 
GeneralRe: organizing everything visible on screen Pin
Calin Negru7-Aug-22 20:07
Calin Negru7-Aug-22 20:07 
GeneralRe: organizing everything visible on screen Pin
Greg Utas8-Aug-22 0:47
professionalGreg Utas8-Aug-22 0:47 
I used to work in a proprietary language (designed ~1976) that could perhaps be described as Modula (Pascal successor) meets a stripped down Ada. Before it was extended with object-oriented features (~1993), there were parts of our system that were OO-like, done manually.

First, there was the concept of an area: a data structure whose "base class" had to set its fixed size in bytes, but which could then be refined by "subclasses" that added their own data after the fields defined by the base class.

Second, we made extensive use of function pointers, which were sometimes grouped into some struct whose functions could then be "inherited" and "overridden" manually. These structs of function pointers were often registered in an array that was indexed by a type identifier, so you would see code like polymorphs[type].function(...).
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz8-Aug-22 7:23
mveGerry Schmitz8-Aug-22 7:23 
GeneralRe: organizing everything visible on screen Pin
trønderen8-Aug-22 8:28
trønderen8-Aug-22 8:28 
GeneralRe: organizing everything visible on screen Pin
trønderen8-Aug-22 8:10
trønderen8-Aug-22 8:10 
GeneralRe: organizing everything visible on screen Pin
Mohsin Ali Shah 202222-Aug-22 3:48
Mohsin Ali Shah 202222-Aug-22 3:48 
AnswerRe: organizing everything visible on screen Pin
Member 150787168-Aug-22 16:17
Member 150787168-Aug-22 16:17 
QuestionSecuring oAuth Client Id and Secret Pin
Kevin Marois27-Jun-22 7:29
professionalKevin Marois27-Jun-22 7:29 
AnswerRe: Securing oAuth Client Id and Secret Pin
jschell23-Oct-22 11:17
jschell23-Oct-22 11:17 
Questioncode organisation Pin
Calin Negru31-Jan-22 7:36
Calin Negru31-Jan-22 7:36 
AnswerRe: code organisation Pin
Bohdan Stupak4-Feb-22 4:05
professionalBohdan Stupak4-Feb-22 4:05 
AnswerRe: code organisation Pin
Richard MacCutchan4-Feb-22 4:56
mveRichard MacCutchan4-Feb-22 4:56 
GeneralRe: code organisation Pin
Calin Negru4-Feb-22 8:48
Calin Negru4-Feb-22 8:48 
GeneralRe: code organisation Pin
jschell17-Feb-22 11:12
jschell17-Feb-22 11:12 
GeneralRe: code organisation Pin
Calin Negru19-Feb-22 1:39
Calin Negru19-Feb-22 1:39 
GeneralRe: code organisation Pin
jeron119-Feb-22 7:03
jeron119-Feb-22 7:03 
GeneralRe: code organisation Pin
Calin Negru19-Feb-22 8:10
Calin Negru19-Feb-22 8:10 
GeneralRe: code organisation Pin
Richard MacCutchan19-Feb-22 21:44
mveRichard MacCutchan19-Feb-22 21:44 
GeneralRe: code organisation Pin
Calin Negru25-Feb-22 9:41
Calin Negru25-Feb-22 9:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.