Live data from Hacker News

Ask HN: What do you think about my first coding project?

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: What do you think about my first coding project?

#11
post #10
post #9

Looks nice and good that you can now build a full app. Two things, you have a bug as it's 73 degrees F where I am and the site says 0. Also, keep in mind that a large part of coding is the quality of the source itself. To that end, there are many books on the subject such as Clean Code.

I'll be sure to go back through and clean up my code, the site should however be displaying 0 if yesterday at this same time it was also, 73 degrees F, does this seem correct?

no, definitely a bug

Re: Ask HN: What do you think about my first coding project?

#13
post #11
post #10

Earlier quoted context omitted.

I'll be sure to go back through and clean up my code, the site should however be displaying 0 if yesterday at this same time it was also, 73 degrees F, does this seem correct?

no, definitely a bug

No it's not a bug. I had to read it twice. For me it says 10°F warmer and a bit windier than this time yesterday. It's also way clearer than yesterday and it'll be warmer an hour from now. The keyword in that is warmer. So if the temperature is the same as it was a day prior, it would be 0.

Very nice project by the way.

Post reply on HN