Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

Camilo Reyes

@Camilo Reyes
About
Posts
88
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Programming in Javascript creates bad habits
    C Camilo Reyes

    Of course! The mindset of the frameworks is: "JavaScript sucks! So MOAR JavaScript." Is this not ironic? Vanilla JS is a complete paradigm shift. When you write C#, would you write it like you write Python? A good craftsman never blames the tool.

    The Lounge javascript csharp python html com

  • Programming in Javascript creates bad habits
    C Camilo Reyes
    1. Decouple vanilla JavaScript from DOM JavaScript 2) Write unit tests 3) Repeat :cool:
    The Lounge javascript csharp python html com

  • How did you get involved in programming?
    C Camilo Reyes

    In 8th grade (around 13, maybe?) took a computer programming class in QBasic. The functional programming style coupled with solving problems got me hooked. I took Algebra for the first time in my life that same semester. It was life changing.

    The Lounge question

  • Non-tech factors to consider when choosing your tech stack
    C Camilo Reyes

    Let's see, there is ASP.NET Core, ASP.NET WebForms, ASP.NET MVC, ASP.NET 4.6, straight up middleware like OWIN. Yes! The possibilities are endless. ;P

    The Insider News com data-structures question

  • Stack Overflow founder Spolsky: The three skills every software developer should learn
    C Camilo Reyes

    Yes, I don't know what's worse n00bs who cobble programs or advise on learning programming

    The Insider News com data-structures question discussion career

  • Lately, I prefer Mondays
    C Camilo Reyes

    Found myself cleaning the back of the fridge, replacing water filters, onto grilling and replacing lightbulbs :cool:

    The Lounge

  • At what age did you buy your first home ?
    C Camilo Reyes

    27, and looking to pay off the mortgage outright after 6 years.

    The Lounge question

  • Good books about (famous/known) programmers ?
    C Camilo Reyes

    Real cool dude, seriously :cool:

    The Lounge question

  • Good books about (famous/known) programmers ?
    C Camilo Reyes

    K&R comes to mind. Best book ever crafted! The first to introduce to the world a "Hello, World" in pure C :cool:

    The Lounge question

  • ...agencies spent about $9 billion in 2015 on software licenses...
    C Camilo Reyes

    No worries, just like me and that lander. Feet per second not meters per second. Doh!

    The Lounge com collaboration help question lounge

  • Ubuntu Linux 16.04 is here
    C Camilo Reyes

    YUS!!! Just in time for bash Ubuntu on Windows 10 :cool:

    The Insider News mobile linux com sysadmin hosting

  • Why developers are poor testers and what can be done about it
    C Camilo Reyes

    Am I the only one who gets excited when it works in another's machine? I mean, there is always that sense of mystery and "did I do that?"

    The Insider News com testing beta-testing question

  • RIP The artist formally known as Prince !! !
    C Camilo Reyes

    Noooooooooooo! :(( Dude, way too young

    The Lounge com

  • What if we had a great standard library in JavaScript?
    C Camilo Reyes

    Excellent point. jQuery I feel has taken me down the wrong path, specifically around unit testability. Say:

    $('#first').text('stuff');

    It looks nice, but how do I unit test this? How about:

    function fillWithStuff(el) {
    el.innerHTML = 'stuff';
    }

    The beauty here is I have a testable component. This testable component is not tight-coupled to the DOM. All I need is a simple mock like

    {}

    So:

    function testMyStuff() {
    var mock = {};
    fillWithStuff(mock);
    console.log(mock.innerHTML === 'stuff');
    }()

    Yea jQuery is cool and all. But I once looked at the code I was writing and couldn't stop seeing where it was taking me. I like writing modules I can test in isolation that aren't tightly-coupled to any DOM. JavaScript is way more beautiful like that. :cool:

    The Insider News javascript com question

  • What if we had a great standard library in JavaScript?
    C Camilo Reyes

    I'm more on the "no frameworks" bandwagon now. If you want it done well, do it yourself.

    The Insider News javascript com question

  • Is Agile still applicable?
    C Camilo Reyes

    Duncan Edwards Jones wrote:

    a team fits in a Land Rover with bench seats

    YUS!!! I've seen many companies implement "agile" with no real concept of what a team is. I think this practical approach speaks wisdom. :)

    The Insider News business com question

  • Windows 10 Update
    C Camilo Reyes

    I use POP3 on Windows 10 so I know that was patently false. Talk about 'antediluvian', pretty sure POP3 is older than me. :laugh:

    The Lounge announcement

  • Windows 10 Update
    C Camilo Reyes

    Dude, Windows 7 is over a decade old now. Let go already! There is no point in holding onto antediluvian technology.

    The Lounge announcement

  • Programming Language Peculiarities — C#
    C Camilo Reyes

    Hear, hear! 800 line switch statement?? Pffft, hey it compiles to key / value pair so it performs. :laugh:

    The Insider News csharp com help career

  • IT job growth slows, but pay is up for specialists
    C Camilo Reyes

    Definitely: "I am a shrubberer, I make and design shrubberies. My name is Roger the Shrubber."

    The Insider News html com announcement career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups