Close

(20) Software Craftsmanship, Yazılımda Ustalaşmak

Software Craftsmanship is a movement that advocates for the practice of software development as a craft. It emphasizes the importance of quality, craftsmanship, and professionalism in software development.

Akvaryumda Lüfer Avlanmaz ya da Conway Yasası

Akvaryumda Lüfer Avlanmaz ya da Conway Yasası

Melvin Conway’ in bir kuramını yazılım yönetim tekniklerinde sıkça kullanıyoruz.  “Sistemleri tasarlayan organizasyonlar … kendi iletişim yapılarının birer kopyasını üretmekle sınırlıdır”  Conway, Melvin E. (April 1968), “How do Committees Invent?”, Datamation ‘da orijinal makaleyi incelebilirsiniz.  Conway ‘in bu tespiti Conway Yasası olarak adlandırılıyor.   Yazılım geliştiren ekiplerin aralarındaki iletişim ve diğer […]

Devamını Oku

Yazılımda Sıradanlaşmaya Karşı Yazılımda Ustalaşmak

sıradanlaşmaya karşı ustalaşmak

Senelerdir  yazılım geliştiriyor ve yazılım ekiplerine yöneticilik yapıyorum.   Her zaman İyi yazılım hazırlamayı ve yazılımcılıkta ustalaşmayı savundum. Bana göre iyi yazılımları sadece usta yazılımcılar yapabilir.  Yazılımcılıkta ustalaşmanın bir yazılım diline bağlılık değil, yazılım geliştirme yöntemlerine bağlılık olduğuna inanıyorum. Benim gibi düşünen arkadaşların hazırladığı Software Craftsmanship Manifesto’ yu kabul ediyor […]

Devamını Oku

The Ten Commandments of Egoless Programming

Dennis Nedry at Jurassic Park

The Ten Commandments of Egoless Programming From The Psychology of Computer Programming by Gerald M. Weinberg An egoist programmer is like an atomic bomb. He can free the monsters and lead the entire project to failure. Who is Dennis Nedry? Dennis Nedry was a computer programmer at Jurassic Park and a minor antagonist. Due […]

Devamını Oku

What Is Amazon CodeGuru?

What Is Amazon CodeGuru?

What is Amazon CodeGuru? It is a machine-learning service for automated code reviews and application performance recommendations. It helps you find the most expensive lines of code that hurt application performance and keep you up all night troubleshooting, then gives you specific guidance to fix or improve your code. Leveraging […]

Devamını Oku

Clean Code – Uncle Bob

Uncle Bob (Robert Cecil Martin)

“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write clean code. He establishes […]

Devamını Oku

Sustainable Software Design: Understanding the Benefits of the Common Closure Principle

Common Closure Principle

What? The Common Closure Principle (CCP) states:” The components’ classes should be closed against the same kind of changes. A change that affects a part affects all the classes in that component and no other components.” In other words, a component should not have multiple reasons to change. The Single […]

Devamını Oku

Uncle Bob Martin – The Craftsman’s Oath at SC London Conference 2018

Uncle Bob Martin, Clean Code

We are programmers who aspire to be worthy of the title of Craftsman. So what is a software craftsman? What promises do software craftsmen make to their fellow craftsmen, their employers, and society at large? In this talk, Uncle Bob presents, for your consideration, an oath for all who desire […]

Devamını Oku

Conway’s Law and Microservices. A perfect match, or not?

Conway's Law and Microservices. A perfect match, or not?

Microservices have often been touted as the natural output of cross-functional teams, thus proving Conway’s Law: that software will reflect the people structures that created that software. Indeed, at Tesco, we’ve even applied the ‘reverse Conway’ maneuver and structured our organization to reflect the domain-based microservices we desired. Such an […]

Devamını Oku