itaibh

Stories submitted by itaibh

The importance of micro optimizations(twistedcode.net)

submitted by itaibhitaibh(55) 2 years, 4 months ago

How can a simple rule of thumb impact the performance so dramatically. read more...

add a comment |category: |Views: 7

tags: another

Writing Quality Software - Code(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 6 months ago

Coding is bringing the architecture and design to life. Making the idea work. Correct coding is more than just writing code that runs and do what it supposed to do. Correct coding is about making sure the architectural principles are applied, the code is readable and maintainable, self explanatory and self debuggable. read more...

add a comment |category: |Views: 11

tags: another

Writing Quality Software - Architecture(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 7 months ago

Designing the architecture of software is very important phase is the software life cycle. In this article I review a few rules of thumb regarding a software architecture coding and design. read more...

add a comment |category: |Views: 10

tags: another

BiDi – What is it, why we need it(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 9 months ago

In this article I review what is the difference between Logical Text to Visual Text and how the BiDi (Bidirectional Text) algorithm helps us manage textual content correctly. read more...

add a comment |category: |Views: 3

tags: another

A quick review of different UI frameworks(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 9 months ago

This post reviews several frameworks used for creating graphical user interfaces. I've decided to create such a review after noticing many programmers take a specific GUI framework for granted, as it is their automatic-choice-by-tool (i.e., they use what they're IDE let them, barely understanding the layers required to develop such a framework, and that there are alternatives they might have chosen if they had knew about). read more...

add a comment |category: |Views: 149

tags: another

Runtime testing and casting objects of generic types(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 9 months ago

How to test objects for implementation of a specific generic type. read more...

add a comment |category: |Views: 11

tags: another

Creating customizable WPF drop-down menus(itaibh.blogspot.com)

submitted by itaibhitaibh(55) 2 years, 9 months ago

A brief tutorial of how to create editable menus (using drag and drop) in WPF. read more...

add a comment |category: |Views: 141

tags: another