| bio | website | hakanderyal.com.tr |
|---|---|---|
| location | Ankara, Turkey | |
| age | 26 | |
| visits | member for | 1 year, 2 months |
| seen | 20 hours ago | |
| stats | profile views | 29 |
Wannabe programmer.
Ruby lover.
Symfony2 supporter.
Emacs user.
Sublime Text 2 tester.
|
Apr 12 |
comment |
Keeping test and release version numbers in sync I doubt it'll even be noticed by users. |
|
Mar 19 |
awarded | Yearling |
|
Mar 5 |
awarded | Constituent |
|
Feb 25 |
comment |
Is there a reason that tests aren't written inline with the code that they test? Take into consideration that most IDEs/editors have shortcuts to quickly jump to the test file, if you follow a naming convention. |
|
Feb 20 |
awarded | Caucus |
|
Feb 11 |
answered | How to make ASP .NET MVC website have a continuous process running? |
|
Feb 11 |
comment |
Is it reasonable to build applications (not games) using a component-entity-system architecture? Check out the Light Table's architecture: chris-granger.com/2013/01/24/the-ide-as-data |
|
Feb 10 |
comment |
Difference between functional test and integration test Edited my answer for clarity. |
|
Feb 10 |
revised |
Difference between functional test and integration test added 1797 characters in body |
|
Feb 10 |
comment |
Terminology: Really Delete vs set IsDeleted (“soft delete”) flag As long as you don't go down the delete, really_delete, really_really_delete road, you should be fine IMO. |
|
Feb 10 |
comment |
Difference between functional test and integration test Different words can be used in different cultures for different meanings. What I learned and using is unit tests(testing the smallest block) -> 'integration tests`(testing if the individually tested blocks are working together correctly) -> `acceptance tests'(testing if the whole system is working correctly) |
|
Feb 10 |
answered | Difference between functional test and integration test |
|
Feb 2 |
awarded | Custodian |
|
Feb 2 |
reviewed | Excellent Better php framework for shared hosting |
|
Jan 31 |
comment |
Best way to find a co-author and a publisher for a book on an open source project? worth checking out: pragprog.com |
|
Jan 17 |
comment |
What are the language alternatives for developing on iOS? Please note that Kivy doesn't use the native APIs in iOS. It has it's own graphics engine for UI. |
|
Nov 9 |
comment |
What are the methods to estimate source code value? You can check Joel Spolsky's answer on another SE site, onstartups. It explains the equity between shareholders on startups in detail. |
|
Nov 4 |
answered | Compiled code spreadsheet-like cell management? (auto-updating) |
|
Oct 22 |
comment |
Generic rule parser for RPG board game rules - how to do it? That's the way to go. In most Pen&Paper RPGs, there are phases in calculations, that is generally written in guidebooks. You can also put the ordering of stage in an ordered list to make it more generic. |
|
Oct 22 |
revised |
Should we have a database independent SQL like query language in Django? typo |