Kanban ist eine agile Management-Vorgehensweise, mit deren Hilfe man die Durchlaufzeit einer Aufgabe minimiert, indem die Anzahl der Aufgaben, die in Bearbeitung sind, beschränkt wird. Kanban ist besonders für Prozesse mit fester Struktur geeignet und deckt die Schwachstellen im Prozess auf. Es implementiert das Pull-Prinzip und fokussiert die Visualisierung des Gesamtprozesses auf einem speziellen Board (Kanban-Board).
weiterlesen
Extending Xtext Build Participants
You’ve definitely heard about Xtext, the famous text modeling framework, community award winner . We are all looking forward to the new project management wonder: the release of Helios, upcoming on June the 23rd, which will include Xtext 1.0.0. In this article, I want do describe some aspects of integration of Xtext-based languages into IDE.
weiterlesen
Parameterized classes, arrays and varargs
Yesterday, I discovered a funny nuance in Java programming language, which I didn’t know before and decided to share it with you. I was designing an API for transport of changes in relationships between two DTO types.
weiterlesen