|
You are here |
chaosinmotion.com | ||
| | | | |
blog.martinig.ch
|
|
| | | | | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to | |
| | | | |
blog.cleancoder.com
|
|
| | | | | [AI summary] Robert C. Martin discusses the enduring importance of design patterns in software development, explaining them as canonical forms that help programmers communicate intent and structure code effectively despite changing frameworks. | |
| | | | |
www.softdevtube.com
|
|
| | | | | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, | |
| | | | |
terokarvinen.com
|
|
| | | Sort your email with a ten four line Python program. It logs into your IMAP mailbox and moves list messages to list/ folder. | ||