frigen's comments

frigen | 8 years ago | on: Fucking Sue Me (2011)

I read my contracts. I make a risk assessment. I weigh it against likelihood.

I rarely question clients contracts unless they fuck with the payment terms, or unless they impose unreasonable work guarantees. Almost nothing else matters in a contract.

If the contract is unreasonable I don't hestitate to say "this bit isn't practical". If they don't agree to adjust to fair and reasonable terms I drop the client/contract.

I really hate working for companies who impose exploitative terms because they hold the more powerful position in the relationship. I'd rather tell em to go elsewhere.

frigen | 8 years ago | on: Things Reacters do that Re-framers avoid

True, but ideally the framework would lead programmers automatically to ways of doing things in the "right way" instead of overusing local state.

A "better react" would make it natural and obvious to use store versus local state in the appropriate way.

frigen | 8 years ago | on: Things Reacters do that Re-framers avoid

My theory is that any technology that can be simpler will be replaced by one that IS simpler.

New technologies like react either need to fix their problems like lack of integrated state management or be replaced by something that does do it right.

The criticisms of the linked post are valid.

frigen | 8 years ago | on: Things Reacters do that Re-framers avoid

I agree that reactjs would have been better without setstate, instead with tightly integrated Redux, which would remove much of the Redux boilerplate.

For the most part, this is what this reframe thing aims at as far as I can tell.

Setstate really should be long term deprecated, it's a design error in react.

frigen | 8 years ago | on: Leaving Python for JavaScript

I love JS for front end, but Python is MUCH better suited to back end work, where a synchronous programming style fits perfectly.
page 1