leeluolee | 3 years ago | on: A simplified TDD approach may be better suited for technical interviews
leeluolee's comments
leeluolee | 10 years ago | on: fstorm: [nodejs] fantastic fast and reliable filewriter
leeluolee | 11 years ago | on: Clip3d: Hacking css:clip-path for 3D rendering
This Demo doesn't use any css property for 3d transform, It is all clip-path.
leeluolee | 11 years ago | on: 1k minecraft
leeluolee | 11 years ago | on: Puer – more than a live-reload server, built for efficient front end development
My girl-friend also lived in Kunming, and I love the Pu'er tea, so 'puer' comes out. :)
leeluolee | 11 years ago | on: Puer – more than a live-reload server, built for efficient front end development
leeluolee | 11 years ago | on: Puer – more than a live-reload server, built for efficient front end development
I think I should learn French Seriously
leeluolee | 11 years ago | on: Puer – more than a live-reload server, built for efficient front end development
1. First,I need to say: puer is created before browser-sync (more than one year).
2. puer provide some features that browser-sync that not supported(debugger, mock request, qrCode generate etc.)
but puer is not support the user-action Synchronization that browser-sync supported.
puer is aim to providing a simple foundation for common frontend workflow .
leeluolee | 11 years ago | on: Show HN: Recently started working on an open source data grid editor in JS/HTML
leeluolee | 11 years ago | on: Show HN: Regularjs, creating reactive component with mvvm pattern
but they all based on dirty-check: react operate on generated virtual-dom , regularjs operate on data-view binding .
Aurajs is very awesome, but it is more like a architecture than a library. Probably it is not very suitable to have contrast between them.
leeluolee | 11 years ago | on: Ask HN: MacBook Air for Web Development?
leeluolee | 11 years ago | on: Font-awesome: 71 New Icons in 4.1
leeluolee | 11 years ago | on: Show HN: Datepair.js – intelligently select date and time ranges
Based on this, our team has tried a simplified TDD coding approach in technical interviews, and it has proven successful and it strikes a balance between time-saving and job-oriented . We plan to release this method to the public, as we believe that TDD is not only a testing process but also a design process. Even if the candidate is unable to complete the coding challenge within the given time, the process of designing unit tests can demonstrate their coding skills. Additionally, the interviewer can quickly adjust the requirements by modifying the test cases.
Although the demo is currently simple, our goal is clear: to explore coding methods that balance time-saving and work-oriented principles in code evaluation, particularly in a time when programming tools are rapidly evolving.
What do you think about it?