Comments on: Unexpected Practical Applications of Programming Skills https://webdevstudios.com/2015/12/08/unexpected-practical-applications-programming-skills/ WordPress Design and Development Agency Mon, 15 Apr 2024 16:03:16 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Ben Lobaugh https://webdevstudios.com/2015/12/08/unexpected-practical-applications-programming-skills/#comment-2535 Wed, 09 Dec 2015 21:25:56 +0000 http://webdevstudios.com/?p=11965#comment-2535 In reply to Ahmad Awais.

Great example. A lot of fields benefit from the use of programmatic logic. Including heated debates with your siblings 😉

]]>
By: Ben Lobaugh https://webdevstudios.com/2015/12/08/unexpected-practical-applications-programming-skills/#comment-2534 Wed, 09 Dec 2015 21:24:38 +0000 http://webdevstudios.com/?p=11965#comment-2534 In reply to Stephen.

Hehe, the “lookahead” conditionals has me attempting to anticipate situations before they happen. It drives my wife crazy because she feels I am always 5 steps ahead of her!

]]>
By: Ahmad Awais https://webdevstudios.com/2015/12/08/unexpected-practical-applications-programming-skills/#comment-2533 Tue, 08 Dec 2015 22:02:18 +0000 http://webdevstudios.com/?p=11965#comment-2533 Good read, Ben!

I cannot help but relate to it, as when I was studying Electrical eng. I used to solve circuit problems with programmatic logic. Not to mention the things which I still comment out as unimportant.

]]>
By: Stephen https://webdevstudios.com/2015/12/08/unexpected-practical-applications-programming-skills/#comment-2532 Tue, 08 Dec 2015 19:04:28 +0000 http://webdevstudios.com/?p=11965#comment-2532 While I experienced much of what is described here, I found other programming-related skills to be more deeply ingrained in my subconscious over time. The “if-else” concepts of the old-time Cobol have popped up many times. Another example is that it taught me to be more aware of task prioritization as a result of the “critical path” concepts in basic project management – i.e. the module that has several dependencies must be programmed before one of those dependencies. Sounds logical when you think of it, but time and again I found those basic principles overlooked by people much, much smarter than I.

]]>