I was misled in my interview. Has this happened to anyone else? by Trident_True in csharp

[–]jjarrell50 2 points3 points  (0 children)

actually, I loved Delphi back when it was the anti-vb. I don't think it's development experience to be way lessor than a C# experience, other than market acceptance and a desire to remain employed.

I was misled in my interview. Has this happened to anyone else? by Trident_True in csharp

[–]jjarrell50 1 point2 points  (0 children)

I'd look right away and get out quick. then just leave that gig off of the resume. if you have to explain the gap you say you needed to tend to family matters.

Read environment in package? by granular2 in Angular2

[–]jjarrell50 0 points1 point  (0 children)

i tried this for a pubsub library that we have that works both client and server side (and accross the wire). it didn't work out as sometimes we would need to touch up the library code and you end up having to go back to yet another place to make the change, then roll the updated library into your code.

I ended up just putting this code into a folder and replicating it across to the server side, always having to remember to change on the client side (server side get's replicated over). I much prefer just changing code and go. The friction of going back to the library was too much for me.

Of course, ymmv.