Does anyone else feel this way?
-
I try to "read" as much code as possible, but when I see a solution with it's logic "built" into a form (GUI) I dont even bother. Honestly, if I was an employer this (simple OOP principles) would be the 1st aspect I would test on a prospective employee. Maybe some one should add an addendum to the HOWTO: Write an article for CP article called HOWTO: Code so others can read and benefit from it? Cheers :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
-
I try to "read" as much code as possible, but when I see a solution with it's logic "built" into a form (GUI) I dont even bother. Honestly, if I was an employer this (simple OOP principles) would be the 1st aspect I would test on a prospective employee. Maybe some one should add an addendum to the HOWTO: Write an article for CP article called HOWTO: Code so others can read and benefit from it? Cheers :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
I always put my lugic on a form. Where else could you drag your lugic to? ;) Even with "quickies" where I don't bother creating a separate class, I'm fairly anal about making the code so the logic can be stripped easily from the UI handling. P.S. I just noticed - "quickie", anal, and strip in one sentence - and it's technical. Is my subconcious talking to me again?
If I could find a souvenir / just to prove the world was here [sighist]
-
I always put my lugic on a form. Where else could you drag your lugic to? ;) Even with "quickies" where I don't bother creating a separate class, I'm fairly anal about making the code so the logic can be stripped easily from the UI handling. P.S. I just noticed - "quickie", anal, and strip in one sentence - and it's technical. Is my subconcious talking to me again?
If I could find a souvenir / just to prove the world was here [sighist]
http://www.codeproject.com/cs/media/DisplacementFilters.asp[^] Good (styled) code http://www.codeproject.com/useritems/shorest_rout.asp[^] Bad (styled) code WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
-
I try to "read" as much code as possible, but when I see a solution with it's logic "built" into a form (GUI) I dont even bother. Honestly, if I was an employer this (simple OOP principles) would be the 1st aspect I would test on a prospective employee. Maybe some one should add an addendum to the HOWTO: Write an article for CP article called HOWTO: Code so others can read and benefit from it? Cheers :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
I use to play a game. 1. Take a look at a GUI, 2. As fast as possible make a schematic of how it worked at the class and function level. 3. Look at the code to see if you were right. 4. Find all the differences. Regardz Colin J Davies
Sonork ID 100.9197:Colin
You are the intrepid one, always willing to leap into the fray! A serious character flaw, I might add, but entertaining. Said by Roger Wright about me.
-
http://www.codeproject.com/cs/media/DisplacementFilters.asp[^] Good (styled) code http://www.codeproject.com/useritems/shorest_rout.asp[^] Bad (styled) code WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
-
I try to "read" as much code as possible, but when I see a solution with it's logic "built" into a form (GUI) I dont even bother. Honestly, if I was an employer this (simple OOP principles) would be the 1st aspect I would test on a prospective employee. Maybe some one should add an addendum to the HOWTO: Write an article for CP article called HOWTO: Code so others can read and benefit from it? Cheers :) WebBoxes - Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support.
Yup. I send them to this: http://www.codeproject.com/useritems/WhatIsAGoodArticle.asp[^] :-D Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
Every line of code is a liability - Taka Muraoka