| bio | website | linkedin.com/in/atifmansoor |
|---|---|---|
| location | Dallas, TX | |
| age | 28 | |
| visits | member for | 1 year, 3 months |
| seen | 2 days ago | |
| stats | profile views | 35 |
I'm a web-applications developer with 5+ years of professional experience in the Java stack, and 6 months in Python.
My interests include Functional Programming, Scala, Clojure and Lisp.
|
Apr 24 |
comment |
I am a Network Engineer wanting to shift to Software Engineer Try reddit.com/r/cscareerquestions , you might get people to answer you there. |
|
Apr 27 |
comment |
Determining if an Algorithm is O (log n) Thanks, Caleb. Your code snippet really helped |
|
Apr 27 |
comment |
Determining if an Algorithm is O (log n) Ah, that's the one place I didn't look :) |
|
Apr 17 |
comment |
Is it better to teach conditional loops or iterative loops first? +1. When you introduce while loops, you can show a whole loop with a counter and rewrite it as a for loop. |
|
Mar 8 |
comment |
What are the monetary benefits of going agile? It's the difference "Good Profit" and "Bad Profit". "Good Profit" = satisfied customer, "Bad Profit" = you ripped off the customer |
|
Mar 8 |
comment |
How to determine the priority and severity of a “code improvement”? To add to that, technical debt (from lack of refactoring) does impact the product, because it becomes harder to maintain and introduces more possibility of bugs. Once the product is impacted, the user is impacted... In our team, we have "Improvement" tasks which we use for refactoring, and process/tool improvements |