programming paradigms

Aspect-oriented programming: Some have suggested that the professional development of a programmer moves from procedural programming to object-oriented programming, then to aspect-oriented programming, and finally to functional programming. A canonical example of an aspect-oriented concern, for an aspect that is spread through the program in na?ve usage, is logging. Aspect-oriented programming deals with cross-cutting aspects of programming, such as security, the diagnostic exposure of a state, and logging.

Declarative programming: One of the key concepts of functional reactive programming is that it is declarative rather than imperative. In other words, c = a + b does not mean take the present value of a, add the present value of b, and store their sum in c. Instead, we declare a lasting relationship that works a bit like C1 = A1 + B1 in a spreadsheet. If A1 or B1 changes, C1 is immediately affected by the change. What is stored in C1is not the value of A1 plus the value of B1 at the time of assignment, but something more lasting from which individual values may be obtained in a print on demand fashion.

Defensive programming: Analogous to defensive driving, defensive coding means writing code that behaves correctly when it is given something defective. Functional reactive programming is, among other things, an approach to either functioning correctly or degrading gracefully in the face of network issues and nonideal, real-world conditions.

Functional programming: Here, the term function has its mathematical rather than programming meaning. In imperative programming, functions can (and most often, they do) manipulate states. Hence, aninit()
function might initialize all of the data that a program initially needs to run initially. A function is something that takes zero or more inputs and returns a result. For example, f(x) = 3x+1, g(x) = sin(x), and h(x, y) = x'(y) (the derivative of x at y) are all mathematical functions; none of them command any manipulation of stateful data. A pure function is a function under a mathematical definition that excludes telling how to deal with states. Functional programming also allows and often includes, with the last derivative-based example, higher order functions, or functions that act on functions (in calculus, a derivative or an integral represents a higher order function, and iterative integration includes a higher order function that takes another higher order function as the input). Problems whose solutions center on abstract functions that operate on abstract functions tend to be more appealing to computer science types than something really used in the business world. The higher order functions explored here will be relatively concrete. You need not use higher order functions all the time, and once you've grasped the core concepts, they are not hard to use.

Imperative programming: Imperative programming is a common way of programming, and for the majority of programmers who are first taught imperative programming, it may seem the most natural way to work. Functional reactive programming's marketing proposal includes a live alternative to this basic approach. An alternative to the natural-seeming tendency towards imperative programming is found in functional reactive programming's declarative programming, pure functions (including higher order functions) in functional programming, and the time series of reactive programming.

Information hiding: Steve McConnel's Code Complete describes several methodologies, and tells us which are optimal for different settings (the sweet spot for procedural programming is on smaller projects than on object-oriented programming, for instance). For information hiding alone, his recommendation wasuse this as much as possible. In generic information hiding developments, a large project is approached by walling off secrets within the larger area, and larger secrets are divided by walling off subsecrets. A large portion of procedural programming, object-oriented programming, and functional programming alike is intended to facilitate information hiding. Information hiding is the software engineering concern behind the Law of Demeter, for example, you may have up to one dot in a method call (foo.bar())
, but not two(foo.baz.bar())
.

Object-oriented programming: Instead of having a monolithic architecture, a program is segmented into objects. These objects have their own methods and fields and may in turn be segmented into further objects. This offers an acceptable level of information hiding for larger projects than procedural programming, even if object-oriented programming more or less starts with procedural programming and builds on top of it.

Patterns: Patterns are not a recipe for good software, but at a higher level of human abstraction, they provide a way of talking about the best recurring solutions so as to avoid reinventing from scratch what has already been solved. Also, specific patterns are taken into the limelight, including MVC and now the Observerpattern, which is often not mentioned in relation to reactive programming despite being a founding ingredient.

Procedural programming: Procedural programming is one of the oldest of the methodologies mentioned, and it was meant to provide some order to the spaghetti code fostered by the even older goto-based flow control. Perhaps we can criticize procedural programming for not doing enough once object-oriented programming, aspect-oriented programming, and object-oriented design patterns are available. It is the right thing to move on from procedural programming when you have tools to push further than procedural programming from a rat's nest of gotos, the pointer as the goto of data structures, and so on.

Reactive programming: Suppose functional programming is, in large measure, programming where functions have first-class status and it is possible to make higher order functions (functions that act on other functions as input). Then reactive programming is, in large measure, programming where time series (functions that have different values over time) have first-class status. For music, games, user interfaces, and some other use cases, calculating the right value for the present moment is an area where reactive programming shines.

Functional reactive programming: Functional reactive programming is reactive programming built onfunctional building blocks, and in which both functions and time series are first-class entities. There are some useful, and surprisingly simple, functions that act on one time series to provide another time series from it (either of these series can be acted on by other functions on time series). One of the major selling points of functional reactive programming is that it provides a more graceful and much more maintainable approach than following your nose straight into the callback hell.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末啤覆,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子少态,更是在濱河造成了極大的恐慌城侧,老刑警劉巖易遣,帶你破解...
    沈念sama閱讀 206,968評(píng)論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件彼妻,死亡現(xiàn)場離奇詭異,居然都是意外死亡豆茫,警方通過查閱死者的電腦和手機(jī)侨歉,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,601評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來揩魂,“玉大人幽邓,你說我怎么就攤上這事』鹇觯” “怎么了牵舵?”我有些...
    開封第一講書人閱讀 153,220評(píng)論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長倦挂。 經(jīng)常有香客問我畸颅,道長,這世上最難降的妖魔是什么方援? 我笑而不...
    開封第一講書人閱讀 55,416評(píng)論 1 279
  • 正文 為了忘掉前任没炒,我火速辦了婚禮,結(jié)果婚禮上犯戏,老公的妹妹穿的比我還像新娘送火。我一直安慰自己拳话,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,425評(píng)論 5 374
  • 文/花漫 我一把揭開白布种吸。 她就那樣靜靜地躺著弃衍,像睡著了一般。 火紅的嫁衣襯著肌膚如雪坚俗。 梳的紋絲不亂的頭發(fā)上笨鸡,一...
    開封第一講書人閱讀 49,144評(píng)論 1 285
  • 那天,我揣著相機(jī)與錄音坦冠,去河邊找鬼形耗。 笑死,一個(gè)胖子當(dāng)著我的面吹牛辙浑,可吹牛的內(nèi)容都是我干的激涤。 我是一名探鬼主播,決...
    沈念sama閱讀 38,432評(píng)論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼判呕,長吁一口氣:“原來是場噩夢啊……” “哼倦踢!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起侠草,我...
    開封第一講書人閱讀 37,088評(píng)論 0 261
  • 序言:老撾萬榮一對(duì)情侶失蹤辱挥,失蹤者是張志新(化名)和其女友劉穎,沒想到半個(gè)月后边涕,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體晤碘,經(jīng)...
    沈念sama閱讀 43,586評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,028評(píng)論 2 325
  • 正文 我和宋清朗相戀三年功蜓,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了园爷。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,137評(píng)論 1 334
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出盖淡,到底是詐尸還是另有隱情,我是刑警寧澤扰楼,帶...
    沈念sama閱讀 33,783評(píng)論 4 324
  • 正文 年R本政府宣布,位于F島的核電站美浦,受9級(jí)特大地震影響弦赖,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜抵代,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,343評(píng)論 3 307
  • 文/蒙蒙 一腾节、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦案腺、人聲如沸庆冕。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,333評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽访递。三九已至,卻和暖如春同辣,著一層夾襖步出監(jiān)牢的瞬間拷姿,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,559評(píng)論 1 262
  • 我被黑心中介騙來泰國打工旱函, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留响巢,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 45,595評(píng)論 2 355
  • 正文 我出身青樓棒妨,卻偏偏與公主長得像踪古,于是被迫代替她去往敵國和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子券腔,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,901評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容

  • 夜半失眠伏穆,我只好刷手機(jī)打發(fā)時(shí)間。突然就有一條新聞跳了出來纷纫,原來沸沸揚(yáng)揚(yáng)了許久的老虎傷人事件女主角公開道歉了枕扫。 看到...
    琴瑟沉香閱讀 511評(píng)論 0 0
  • 09-06-17 不算忙的一天,中午吃飯時(shí)辱魁,看到有蕃石榴賣烟瞧,有紅肉和白肉的,紅肉蕃石榴商叹,比較少見燕刻,想到晚上讀書會(huì),...
    芯之陽閱讀 207評(píng)論 0 5
  • 凈水接天月剖笙,霜落凝冰雪。 水下一宮殿请唱,瑩瑩似天宮弥咪。 窕窕水中仙,眉心一點(diǎn)紅十绑。 舞似水母游聚至,歌云繞指柔。 丹田散金光...
    郎玄珠閱讀 428評(píng)論 5 14
  • 前天網(wǎng)上下了一個(gè)項(xiàng)目本橙,在公司還好扳躬,網(wǎng)絡(luò)比較流暢,很快就把依賴下好了;回家的時(shí)候贷币,想耍耍击胜,結(jié)果下了一天也沒把依賴下好...
    loserStar閱讀 420評(píng)論 0 1