archived
stringclasses
2 values
author
stringlengths
3
20
author_fullname
stringlengths
4
12
body
stringlengths
0
22.5k
comment_type
stringclasses
1 value
controversiality
stringclasses
2 values
created_utc
stringlengths
10
10
edited
stringlengths
4
12
gilded
stringclasses
7 values
id
stringlengths
1
7
link_id
stringlengths
7
10
locked
stringclasses
2 values
name
stringlengths
4
10
parent_id
stringlengths
5
10
permalink
stringlengths
41
91
retrieved_on
stringlengths
10
10
score
stringlengths
1
4
subreddit_id
stringclasses
1 value
subreddit_name_prefixed
stringclasses
1 value
subreddit_type
stringclasses
1 value
total_awards_received
stringclasses
19 values
False
gdebug
t2_3n79v
I would imagine this would just be implemented on the PR to the protected branch (master,a release branch, a feature branch, whatever) rather than the devs' user branches.
null
0
1544492294
False
0
ebj9otz
t3_a4uynu
null
null
t1_ebib1a6
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj9otz/
1547453417
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545750747
False
0
eciu03d
t3_a9b5h6
null
null
t3_a9b5h6
/r/programming/comments/a9b5h6/a_deep_dive_into_implicit_thread_local_storage/eciu03d/
1548053710
2
t5_2fwo
r/programming
public
null
False
jeezfrk
t2_338z8
Sorry to not get back. Had various crises in my household here. Personally I'm a big fan of separation logic to dial down the crazy that exists with the 'It's All A Big FSM!!' while playing GTA or something such a mathetmatical object .... may as well be flying-sphaghetti-monster.
null
0
1544493003
False
0
ebjaj8c
t3_a4m2dp
null
null
t1_ebhlmxy
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebjaj8c/
1547453793
1
t5_2fwo
r/programming
public
null
False
dacian88
t2_495ze
I’d say yes if you make relatively simple apps. I’ve been keeping an eye out and it’s def fun to develop in it. If Fuchisa becomes mainstream it will definitely be worth it.
null
0
1545750802
False
0
eciu1su
t3_a9f2ni
null
null
t1_ecir4k8
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/eciu1su/
1548053731
4
t5_2fwo
r/programming
public
null
False
suhcoR
t2_rzwyn0
Well, "looking outside the Apple ecosystem" definitely makes sense. The article is interesting to read and the author is obviously very enthusiastic about Flutter. For me too many questions are still open to join the choir. As it seems (see [https://flutter.io/docs/resources/technical-overview](https://flutter.io/docs/resources/technical-overview)) even if the engine is written in C++ application developpers have to use Dart. Does anyone have more detailed technical documents, especially about how Dart is running and how the Flutter stack will relate to WASM? EDIT: found some more technical information in the FAQ: [https://github.com/flutter/website/blob/master/src/docs/resources/faq.md](https://github.com/flutter/website/blob/master/src/docs/resources/faq.md) Dart is compiled ahead of time into native code. All the GUI stuff is written in Dart, no use of built-in Android or iOS widgets. Flutter brings along its own rendering engine which also takes care of platform abstraction. Essentially the concept is quite comparable to Qt with the major difference that in Qt everything including the widgets is written in C++ whereas in Flutter the engine is written in C++ and the widgets in Dart, but everything is compiled to a binary and run as native app as it is with Qt. It's also comparable to Tcl/Tk (except that Tcl is not translated into machine code). By the end of the day the unique selling point of Flutter is "GUI programming in Dart producing ahead-of-time natively compiled apps" whereas in Qt you can choose between C++ and QML/Js. EDIT2: yet another difference to Qt is the licence; the Flutter stack has an MIT licence whereas Qt is LGPL. EDIT3: Flutter seems conceptually also comparable to Electron/Node.js except that the latter does not support ahead-of-time compilation. If Flutter allows to statically link everything (engine, framework and app) into one executable the deployment and installation is much simpler than with Electron/Node.
null
0
1544493010
1544493203
0
ebjajk4
t3_a4vfjo
null
null
t3_a4vfjo
/r/programming/comments/a4vfjo/flutter_will_change_everything_and_apple_wont_do/ebjajk4/
1547453796
2
t5_2fwo
r/programming
public
null
False
Drisku11
t2_bg6v5
Wait until you find out that in differential geometry, you use `d/dx`, `d/dy`, `d/dz` (well, partials, but that's hard to type on a phone) instead of `i`, `j`, `k` for your basis vectors, and that [mathematicians also use `dy` and `dx` as distinct objects](https://en.wikipedia.org/wiki/Differential_form).
null
0
1545750982
1545751221
0
eciu7pn
t3_a9d94p
null
null
t1_eciin36
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciu7pn/
1548053804
5
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544493197
1544493537
0
ebjarhz
t3_a4zvup
null
null
t1_ebixr5t
/r/programming/comments/a4zvup/the_problem_of_async_programming_and_a_crazy_idea/ebjarhz/
1547453894
1
t5_2fwo
r/programming
public
null
False
jgomo3
t2_3hp9z
"¡Es C**ó**digo por Dios Santo!" diría el nazi gramatical. I like your "Bashing" BTW.
null
0
1545750988
False
0
eciu7xd
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciu7xd/
1548053806
0
t5_2fwo
r/programming
public
null
False
i_feel_really_great
t2_qzxow
Everything that I write that I do not intend to share outside of the machine I work on is versioned in RCS. Various config files, some bits of text (poems, novels, letters), some throwaway scripts - all in RCS. It is as easy as mkdir RCS ci filename co filename Everything else goes into fossil, git or hg
null
0
1544493447
False
0
ebjb296
t3_a506ju
null
null
t3_a506ju
/r/programming/comments/a506ju/file_versioning_with_rcs/ebjb296/
1547454056
4
t5_2fwo
r/programming
public
null
False
SodiumEnglish
t2_o2kz2
mWm what's this?
null
0
1545751020
False
0
eciu8zq
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciu8zq/
1548053819
9
t5_2fwo
r/programming
public
null
False
againstmethod
t2_6lkgb
Im not sure how much it is, but that would make the employee cost 70k not 50.
null
0
1544493644
False
0
ebjbap4
t3_a4n8jv
null
null
t1_ebitmt0
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjbap4/
1547454161
1
t5_2fwo
r/programming
public
null
False
uglyone77
t2_i650zf2
Looks similar to the Christmas Tree virus from 1987. Except it is Christmas time, so it is ok.
null
0
1545751090
False
0
eciubc8
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciubc8/
1548053848
21
t5_2fwo
r/programming
public
null
False
squigs
t2_14w6r
I don't think bridgeboards were hugely popular in the first place. Still, cool that the few people who had one can emulate their system.
null
0
1544493731
False
0
ebjbegw
t3_a4uo6y
null
null
t1_ebhyhof
/r/programming/comments/a4uo6y/winuae_410_released_winuae_is_open_source_amiga/ebjbegw/
1547454207
1
t5_2fwo
r/programming
public
null
False
Dragory
t2_55ytq
There is `npm ci` now that installs packages from package-lock.json without changing anything, but imo this should definitely be the default behaviour of `npm install`.
null
0
1545751213
False
0
eciufde
t3_a89y3r
null
null
t1_ecaf7pd
/r/programming/comments/a89y3r/the_node_modules_problem/eciufde/
1548053898
1
t5_2fwo
r/programming
public
null
False
squigs
t2_14w6r
Banning seems a little heavy handed. If your time is better spent elsewhere, by all means block them (on a personal block list), but people can be trained to ask better questions. Let others do that.
null
0
1544494279
False
0
ebjc1xa
t3_a4hmbu
null
null
t1_ebfebq8
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebjc1xa/
1547454496
1
t5_2fwo
r/programming
public
null
False
woahdudee2a
t2_o6qm5t0
I'm willing to bet money you're either a bootcamp grad or self taught, doing front end web development
null
0
1545751250
False
0
eciugju
t3_a9d94p
null
null
t1_ecimbl2
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciugju/
1548053912
-6
t5_2fwo
r/programming
public
null
False
yaboyquy
t2_p4rmo7x
I agree to all your rebuttal. I live in San Diego California and I love it here... checks all the points and more. We got amazing beaches here, arguably the best weather in the world and a really friendly fit city.
null
0
1544494484
False
0
ebjcaoi
t3_a4n8jv
null
null
t1_ebi4mac
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjcaoi/
1547454635
2
t5_2fwo
r/programming
public
null
False
bltsponge
t2_6ft12
Word of warning for those unaware, this could potentially be a huge security risk if there's any malicious code in the GitHub link. Assuming you read the code before curling to bash though, it should be safe. (Not trying to be a fear monger or anything. It's probably safe.)
null
0
1545751482
False
0
eciuogm
t3_a9eefg
null
null
t1_ecithow
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciuogm/
1548054040
78
t5_2fwo
r/programming
public
null
False
STATIC_TYPE_IS_LIFE
t2_12crq47
deleted ^^^^^^^^^^^^^^^^0.6925 [^^^What ^^^is ^^^this?](https://pastebin.com/FcrFs94k/92116)
null
0
1544494592
1544662670
0
ebjcfe0
t3_a4tlvc
null
null
t1_ebi56fh
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebjcfe0/
1547454693
-1
t5_2fwo
r/programming
public
null
False
craigerator
t2_735mi
There was a scientific study a few years ago (of course I can't find it at the moment), which found that nobody was good at estimating how long it would take to perform a novel task. The only hope you have at accurately estimating how long something will take to build is if that exact task has been done many times in the past, so you have historical data to draw on.
null
0
1545751777
False
0
eciuym9
t3_a94nbm
null
null
t1_ecgpzkb
/r/programming/comments/a94nbm/how_to_estimate_time_for_a_projecttask_accurately/eciuym9/
1548054164
3
t5_2fwo
r/programming
public
null
False
vlaaivlaai
t2_1w31csv0
Wat? Because your commit-message is data, not a program...? Or what did you mean with your question?
null
0
1544494845
False
0
ebjcq7f
t3_a4uynu
null
null
t1_ebiocf3
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebjcq7f/
1547454826
2
t5_2fwo
r/programming
public
null
False
Renive
t2_gw9z3
You mean Dart? Nobody. But Google made UI framework which is awesome compared to others, and any programmer should swallow Dart for it. Bad programmers stick to one language.
null
0
1545752457
False
0
ecivml7
t3_a9f2ni
null
null
t1_ecir96l
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecivml7/
1548054460
11
t5_2fwo
r/programming
public
null
False
biggest_decision
t2_lxnps
Text based interfaces are great for efficiency when you know them. But the big challenge they face is that they aren't discoverable. In a gui users can click around and read different menu items etc quite easily. But it's much harder to discover functionality in a text based ui, without referring to some massive list of switches.
null
0
1544494876
False
0
ebjcrhn
t3_a4nztn
null
null
t1_ebgckrf
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebjcrhn/
1547454843
1
t5_2fwo
r/programming
public
null
False
MrK_HS
t2_l78xo
I think I've basically used it in all versions now in Uni. The regular version in AI, the probabilistic version in Machine Learning (Progol) and the Constraint Programming version. Years upon years of experience in programming in different languages, and still this one is the most convoluted least intuitive and most limited one.
null
0
1545752464
False
0
ecivmtv
t3_a9da04
null
null
t1_ecii0mg
/r/programming/comments/a9da04/learn_prolog_now/ecivmtv/
1548054463
2
t5_2fwo
r/programming
public
null
False
MrRabbit003
t2_eitpd
This was great to read
null
0
1544494924
False
0
ebjctj1
t3_a4vzev
null
null
t3_a4vzev
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebjctj1/
1547454868
4
t5_2fwo
r/programming
public
null
False
NotExecutable
t2_fw7wi
I agree with your points in general, **but** not for the functions we have usually have these kinds of test for. That kind of stuff is usually just a helper function not part of any important API set and usually also implicitly tested through more meaningful tests for the non-helper stuff in the file / vascinity. Heck, it might have been made public (/exported) just to make it possible to write that test for it. Meaning that if those tautologically tested functions need a stable API, need a proper documented example and need to have their base case tested explicitly, something is either wrong with the design around that function, or it warrants a more meaningful test anyway. Maybe more of an integration-test than a simple base-case test.
null
0
1545752582
False
0
ecivr3c
t3_a8zgcm
null
null
t1_ecihcf3
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecivr3c/
1548054516
3
t5_2fwo
r/programming
public
null
False
somersettler
t2_107toa
Not sure if you are pedantically pretending not to realise that "hear" in that sentence encompasses reading; or, rather ironically, failed to read the word "convincing"; or if perhaps you are fully convinced by everything you read. Either way, thanks for your outstanding contribution to the discussion
null
0
1544495044
False
0
ebjcypq
t3_a4uynu
null
null
t1_ebiw5gs
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebjcypq/
1547454932
3
t5_2fwo
r/programming
public
null
False
zoooorio
t2_167o9c
> I have the PDF if you want to have it. I'd appreciate it a lot if you could share, I'm having some trouble finding the PDF for either edition of the book and both Dropbox links 404.
null
0
1545752845
False
0
eciw09k
t3_a9da04
null
null
t1_eciibai
/r/programming/comments/a9da04/learn_prolog_now/eciw09k/
1548054659
2
t5_2fwo
r/programming
public
null
False
SizzlerWA
t2_4c26u
I do - I’ve built several apps in AppKit. So “in my personal experience it’s a pain”. I’m not trying to invalidate your experience in AppKit, I was just trying to add another data point for the OP. It’s OK if you and I disagree.
null
0
1544495086
False
0
ebjd0lj
t3_a45jvw
null
null
t1_ebiit7m
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebjd0lj/
1547454955
0
t5_2fwo
r/programming
public
null
False
eldamir88
t2_r1npe
No sudo, at least. But yeah. The practice of curling to bash is a little scary
null
0
1545752874
False
0
eciw1bb
t3_a9eefg
null
null
t1_eciuogm
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciw1bb/
1548054672
31
t5_2fwo
r/programming
public
null
False
simon_o
t2_unfj0
I'd say there are better quirks to point out in Scala than something deprecated since 2014. :-)
null
0
1544495265
False
0
ebjd88x
t3_a4wvz7
null
null
t3_a4wvz7
/r/programming/comments/a4wvz7/anatomy_of_a_scala_quirk/ebjd88x/
1547455049
11
t5_2fwo
r/programming
public
null
False
TheGoodOldCoder
t2_fsmu9h3
Not to be too weird about it, but this is true for everything you install on your computer. Although the recommendation not to install something unusual just for novelty does seem like a reasonable way of reducing risk. Or install it on a virtual machine.
null
0
1545752879
False
0
eciw1gt
t3_a9eefg
null
null
t1_eciuogm
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciw1gt/
1548054673
25
t5_2fwo
r/programming
public
null
False
MisterScalawag
t2_9hx62
This is pretty cool
null
0
1544495320
False
0
ebjdakt
t3_a4vzev
null
null
t1_ebi7xdz
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebjdakt/
1547455078
2
t5_2fwo
r/programming
public
null
False
jsprogrammer
t2_44ftm
I found it mostly easy to read.
null
0
1545752918
False
0
eciw2t0
t3_a9d94p
null
null
t1_ecidm4s
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciw2t0/
1548054691
1
t5_2fwo
r/programming
public
null
False
Philippe23
t2_7tn1c
Watch out. What you're describing looks like Unreal Engine 4's Blueprint editor. It creates far worse problems than you're trying to solve. That may be implementation dependent, but you should definitely look at their failings. https://blueprintsfromhell.tumblr.com/
null
0
1544495551
1544496125
0
ebjdlat
t3_a4zvup
null
null
t3_a4zvup
/r/programming/comments/a4zvup/the_problem_of_async_programming_and_a_crazy_idea/ebjdlat/
1547455239
2
t5_2fwo
r/programming
public
null
False
rat9988
t2_ix73w
Time is short, and dart isn't the only programming language to learn if you want to learn many. Moreover google has a bad track for supporting its ui frameworks.
null
0
1545753137
False
0
eciwai8
t3_a9f2ni
null
null
t1_ecivml7
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/eciwai8/
1548054787
5
t5_2fwo
r/programming
public
null
False
lorean_victor
t2_1q33y1ua
Yes you can, but the goal was to avoid utilizing promises (and you are unnecessarily awaiting for `doD()` before starting `doE()`). Anyways as [pointed out](https://news.ycombinator.com/item?id=18652166) by [jmull](https://news.ycombinator.com/user?id=jmull) on HN, you can actually do this just using `async/await`.
null
0
1544495568
False
0
ebjdm2u
t3_a4zvup
null
null
t1_ebjarhz
/r/programming/comments/a4zvup/the_problem_of_async_programming_and_a_crazy_idea/ebjdm2u/
1547455248
1
t5_2fwo
r/programming
public
null
False
ericgj
t2_5z4gk
Thanks for posting this nice Christmas present!
null
0
1545753221
False
0
eciwdhf
t3_a9e0a5
null
null
t3_a9e0a5
/r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/eciwdhf/
1548054824
6
t5_2fwo
r/programming
public
null
False
phalp
t2_ajc92
There's something deeply disturbing about storing version information within a file itself.
null
0
1544495725
False
0
ebjdsy0
t3_a506ju
null
null
t3_a506ju
/r/programming/comments/a506ju/file_versioning_with_rcs/ebjdsy0/
1547455333
3
t5_2fwo
r/programming
public
null
False
Karyo_Ten
t2_tbdqg
It seems like Halide is much farther along in this area: http://halide-lang.org/. Currently their tiling feels like TBB from a first glance.
null
0
1545753409
False
0
eciwjuu
t3_a94bq3
null
null
t3_a94bq3
/r/programming/comments/a94bq3/what_can_we_learn_from_the_intel_spmd_program/eciwjuu/
1548054902
4
t5_2fwo
r/programming
public
null
False
megablast
t2_36t7h
Why didn't I think of inheriting a house. It would make things so much easier. What a stupid thing for you to say.
null
0
1544495905
False
0
ebje0us
t3_a4n8jv
null
null
t1_ebhlm43
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebje0us/
1547455431
2
t5_2fwo
r/programming
public
null
False
erotic-jesus
t2_alg5jbj
Happens to the best.
null
0
1545753460
False
0
eciwlnv
t3_a95jxj
null
null
t1_ecilpkn
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/eciwlnv/
1548054926
4
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544496185
1544496401
0
ebjecnz
t3_a4n8jv
null
null
t1_ebgd30z
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjecnz/
1547455576
1
t5_2fwo
r/programming
public
null
False
tdammers
t2_6v532
So a tech stack that was bleeding edge in 2013, a mere 5 years ago, is now hopelessly outdated and must be replaced ASAP? What the actual fuck, this is insane!
null
0
1545753628
False
0
eciwron
t3_a9elh1
null
null
t3_a9elh1
/r/programming/comments/a9elh1/the_gift_of_giving_up/eciwron/
1548055000
47
t5_2fwo
r/programming
public
null
False
ladyshosh
t2_q1r1v9c
New York, back when I was a grad student. Now that I have some experience and work in SF, getting interviews is much easier.
null
0
1544496244
False
0
ebjef4k
t3_a4n8jv
null
null
t1_ebi70of
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjef4k/
1547455607
3
t5_2fwo
r/programming
public
null
False
mdatwood
t2_h5qqe
TLDR; it's why you can't use a regex to parse HTML. SO has a longer explanation: https://stackoverflow.com/questions/6751105/why-its-not-possible-to-use-regex-to-parse-html-xml-a-formal-explanation-in-la
null
0
1545753832
False
0
eciwyux
t3_a9d94p
null
null
t1_ecijn42
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciwyux/
1548055089
4
t5_2fwo
r/programming
public
null
False
maccio92
t2_11otitk3
"how to manage high functioning autism"
null
0
1544496255
False
0
ebjeflr
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebjeflr/
1547455612
1
t5_2fwo
r/programming
public
null
False
GLACI3R
t2_15npp1
<3 you, too. Merry Christmas!
null
0
1545754035
False
0
ecix5vu
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecix5vu/
1548055202
1
t5_2fwo
r/programming
public
null
False
bentinata
t2_a2qz5
Starts here: https://crawl.develz.org/.
null
0
1544496280
False
0
ebjegn9
t3_a4vzev
null
null
t1_ebidxp3
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebjegn9/
1547455625
4
t5_2fwo
r/programming
public
null
False
sinedpick
t2_ksuu9
I had only minor issues understanding the pumping lemma, because I spent a lot of time before that staring at formal logic. I think more undergrad CS students should do that.
null
0
1545754045
False
0
ecix69e
t3_a9d94p
null
null
t1_ecidm4s
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/ecix69e/
1548055206
0
t5_2fwo
r/programming
public
null
False
grauenwolf
t2_570j
Welcome to the world of 4GL programming languages. They may look like a 3GL (C, C#, Javascript), but there's a lot of magic going on under the covers.
null
0
1544496360
False
0
ebjek5i
t3_a4zp2m
null
null
t3_a4zp2m
/r/programming/comments/a4zp2m/boolean_short_circuiting_is_not_guaranteed_in_sql/ebjek5i/
1547455669
7
t5_2fwo
r/programming
public
null
False
sinedpick
t2_ksuu9
The pumping lemma is something you can use to prove that you can't parse HTML with regex. If that intrigues you, I implore you to read "Introduction to The Theory of Computation" by Michael Sipser.
null
0
1545754191
False
0
ecixb9n
t3_a9d94p
null
null
t1_ecijn42
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/ecixb9n/
1548055268
11
t5_2fwo
r/programming
public
null
False
Blackscales
t2_4tcpr
Can anyone share advice about how to lead a team to practice creating small, focused PRs (like were mentioned in this blog)? My team is often finding themselves writing a lot of code to meet the story's (a feature's) criteria all at once through a single branch and PR and it does not lend itself well to facilitating a small, focused PR without much forethought.
null
0
1544496388
False
0
ebjeldo
t3_a50eh3
null
null
t3_a50eh3
/r/programming/comments/a50eh3/on_writing_pull_requests_well/ebjeldo/
1547455684
3
t5_2fwo
r/programming
public
null
False
chack05
t2_2qn0ggbg
It gets more bizzare [once you read how they measured the 1.7 factor improvement](https://medium.com/@k0kubun/ruby-2-6-jit-progress-and-future-84e0a830ecbf).
null
0
1545754350
False
0
ecixgtd
t3_a9dkji
null
null
t1_eciiy14
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecixgtd/
1548055337
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544496400
False
0
ebjelvg
t3_a3crqx
null
null
t1_eb7d33m
/r/programming/comments/a3crqx/how_i_debugged_a_non_reproducible_bug_with_20k/ebjelvg/
1547455689
1
t5_2fwo
r/programming
public
null
False
__swift_
t2_1rd7jk6y
I did not know that, but that makes it even better, since it works in the python repl, lftp, the mysql cli and a ton of other tools.
null
0
1545754441
False
0
ecixjzx
t3_a8la52
null
null
t1_ecgn3io
/r/programming/comments/a8la52/8_super_heroic_linux_commands_that_you_probably/ecixjzx/
1548055377
1
t5_2fwo
r/programming
public
null
False
achilles1515
t2_ah2vy
Thanks for the article. Btw, do a search for "When the module property in tsconfig.json is set to "CommonJS"" on that post, and I believe that "CommonJS" is typo-ed for the other module options.
null
0
1544496517
False
0
ebjeqr6
t3_a4rgap
null
null
t3_a4rgap
/r/programming/comments/a4rgap/understanding_javascript_modules_as_a_typescript/ebjeqr6/
1547455749
2
t5_2fwo
r/programming
public
null
False
poecurioso
t2_15am78
/u/shevegen never fails to deliver on being a jerk. Merry Christmas.
null
0
1545754472
False
0
ecixl1y
t3_a9elh1
null
null
t1_ecir74a
/r/programming/comments/a9elh1/the_gift_of_giving_up/ecixl1y/
1548055390
23
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
Thanks :) !
null
0
1544496755
False
0
ebjf15c
t3_a4m0rb
null
null
t1_ebhk8yg
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebjf15c/
1547455909
4
t5_2fwo
r/programming
public
null
False
Larkenx
t2_b8u86
Disappointed it wasn’t xsnow :)
null
0
1545754481
False
0
ecixlda
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecixlda/
1548055394
1
t5_2fwo
r/programming
public
null
False
arp242
t2_15rsbx
It's difficult to give concrete advice without specific example, but in my experience it's rare that a PR can't be split up in multiple PRs. For example, if the task is "implement feature X" then you could split it up by: 1. Various auxiliary methods that might be needed. 2. database and database access layer. 3. HTTP API. 4. User interface. Note that you don't need to fully plan ahead here. I sometimes have a large branch or PR, identify chunks I can split off while working on it, and make new PRs for that one. After that's reviews and merged I rebase my work-in-progress branch on master.
null
0
1544496855
False
0
ebjf5a1
t3_a50eh3
null
null
t1_ebjeldo
/r/programming/comments/a50eh3/on_writing_pull_requests_well/ebjf5a1/
1547455960
3
t5_2fwo
r/programming
public
null
False
2GirlsJuanDeag
t2_tinqh
mWm what's this?
null
0
1545754536
False
0
ecixn97
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecixn97/
1548055416
8
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
My reasoning was that adding $10 on the paper book still was still a low royalty for me but was detrimental to the reader. I made peace with it and sold it pretty much at cost.
null
0
1544496894
False
0
ebjf6u3
t3_a4m0rb
null
null
t1_ebj5ebc
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebjf6u3/
1547455979
3
t5_2fwo
r/programming
public
null
False
myplacedk
t2_3bm4x
>Compiling ESnext to ES3/5/6. You get everything nice including async/await in a fast and easy to use package. Interesting. I only saw comments that this is NOT possible because TS doesn't do polyfil, and I saw several guides on combining TS and Babel. It turns out you're right, it's just a confusing API. I think it can be solved simply by rewording some of the documentation, I find it misleading. But anyway - why not use an actual transpiler like Babel, if transpiling is the end goal?
null
0
1545754908
False
0
eciy0r9
t3_a8i4ar
null
null
t1_ecg5g92
/r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/eciy0r9/
1548055583
1
t5_2fwo
r/programming
public
null
False
fabiensanglard
t2_5waty
You would be surprised what people do out of passion.
null
0
1544496953
False
0
ebjf9fn
t3_a4m0rb
null
null
t1_ebh36t5
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebjf9fn/
1547456011
3
t5_2fwo
r/programming
public
null
False
mesamunefire
t2_48ivx
https://www.reddit.com/r/linux/comments/a96p59/the_linux_way_of_wishing_christmas/ecgt8wg
null
0
1545754974
False
0
eciy39y
t3_a9eefg
null
null
t1_eciqtx8
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciy39y/
1548055614
19
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
> A mouse is actually kinda useful if you can still hotkey fully while using it. Use a better mouse. I have the Logitech MMO gaming mouse, it has 12 buttons under my thumb, plus three extra on top, not including the standard mousewheel and l/r buttons. They are fully programmable.
null
0
1544497256
False
0
ebjfmf8
t3_a4nztn
null
null
t1_ebhcm1l
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebjfmf8/
1547456171
1
t5_2fwo
r/programming
public
null
False
DeathKillBot
t2_5bu0g
Hmmm, “Lots of code”. I wish you the smallest amount of code to accomplish your task in 2019!
null
0
1545755132
False
0
eciy97r
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciy97r/
1548055687
5
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
Climacs and Second-Climacs are much better
null
0
1544497655
False
0
ebjg3bg
t3_a4md89
null
null
t1_ebfyao5
/r/programming/comments/a4md89/is_a_language_just_a_tool/ebjg3bg/
1547456409
1
t5_2fwo
r/programming
public
null
False
puneapple
t2_hqu9z
That is true. Interfaces should be tested in such a way that covers as many branches and inputs as possible, and helpers usually should not be independently tested. I didn't catch that`addToObject`was meant as an example of a private helper function. For any function that should be directly tested, though, I think the small test you wrote would be one example of a very good test to have. (And certainly not the only test that it should have.)
null
0
1545755181
False
0
eciyb2n
t3_a8zgcm
null
null
t1_ecivr3c
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/eciyb2n/
1548055710
2
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
Great, it's 2018 and finally Java will be able to do what tbe OOP Lisp systems of the early 80s (and Smalltalk) did without effort.
null
0
1544497799
False
0
ebjg96j
t3_a4k3gu
null
null
t3_a4k3gu
/r/programming/comments/a4k3gu/almost_hotswap_for_java/ebjg96j/
1547456481
1
t5_2fwo
r/programming
public
null
False
BadLuckLottery
t2_bpf9m
> google has a bad track for supporting its ui frameworks I don't know about that. They're still supporting Angular and Polymer even though neither really caught on and supported GWT long past its sell-by date.
null
0
1545755414
False
0
eciyjmy
t3_a9f2ni
null
null
t1_eciwai8
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/eciyjmy/
1548055845
8
t5_2fwo
r/programming
public
null
False
QuadmasterXLII
t2_bazb3
Github staff deleted it? They even deleted my fork of it, seems weird.
null
0
1544498015
False
0
ebjgi5q
t3_a4ckkb
null
null
t3_a4ckkb
/r/programming/comments/a4ckkb/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/ebjgi5q/
1547456592
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545755457
1545958383
0
eciyl8q
t3_a956qz
null
null
t1_echnwat
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/eciyl8q/
1548055865
1
t5_2fwo
r/programming
public
null
False
defunkydrummer
t2_m6xbhrx
>It's more than the REPL that makes Clojure so easy to work with in this regard. e.g. If your JVM has Java classes loaded, they're not easily reloaded without significant work. >This is one of the best aspects of Clojure IMO. The sheer ease of having a dynamic development experience is fantastic. You can't change the class of an object instance in Clojure. This is literally one line of code in Common Lisp, and you can do it while the code is running.
null
0
1544498035
False
0
ebjgiyl
t3_a4k3gu
null
null
t1_ebgadri
/r/programming/comments/a4k3gu/almost_hotswap_for_java/ebjgiyl/
1547456603
2
t5_2fwo
r/programming
public
null
False
Ironthighs
t2_8a58f
Oh please. All the computer viruses were eradicated at the end of the Geocities/Angelfire age when Macs became 100% invulnerable to being hacked.
null
0
1545755659
False
0
eciyszu
t3_a9eefg
null
null
t1_eciw1gt
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciyszu/
1548055960
12
t5_2fwo
r/programming
public
null
False
PM_ME_UR_OBSIDIAN
t2_lyb3e
My day-to-day is in Scala, but in a previous life I was an F# developer. F# got a lot of things more correct than Scala, one of which is that all functions take exactly one argument (which may be a tuple). That way there is no distinction between `(Foo, Bar) => Baz` and `(Foo, Bar) => Baz`. Yes, this is the same representation for two different, incompatible types in Scala. In fact, as far as I'm concerned F# is a strictly superior language to Scala in almost every possible way, with one major exception: people actually use Scala. (Why don't people use F#? It comes down to Microsoft sort of supporting it but not really. People who hate Microsoft wouldn't touch it with a ten-foot pole; people who tolerate or appreciate Microsoft may have given it a try, but those who did eventually switched to C# to minimize their exposure.) The other thing that Scala does very well is implicits, but that's also one hell of a footgun.
null
0
1544498479
False
0
ebjh1lu
t3_a4wvz7
null
null
t3_a4wvz7
/r/programming/comments/a4wvz7/anatomy_of_a_scala_quirk/ebjh1lu/
1547456832
12
t5_2fwo
r/programming
public
null
False
noitems
t2_m9voe
Have you seen how much he eats?
null
0
1545755711
False
0
eciyuz4
t3_a9eefg
null
null
t1_eciq4km
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciyuz4/
1548055985
5
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544498486
1544510837
0
ebjh1vr
t3_a4n8jv
null
null
t1_ebitmml
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjh1vr/
1547456836
1
t5_2fwo
r/programming
public
null
False
Ironthighs
t2_8a58f
Exactly! This is why I don't use new lines! I don't want unnecessary bloat in application size from them. Keeps the file size low.
null
0
1545755866
False
0
eciz0y0
t3_a9eefg
null
null
t1_eciy97r
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciz0y0/
1548056058
2
t5_2fwo
r/programming
public
null
False
jimmykrakorn
t2_9yuxi
Think they mean layout
null
0
1544498747
False
0
ebjhcqw
t3_a4vzev
null
null
t1_ebiw08r
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebjhcqw/
1547456970
9
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545756128
False
0
ecizaqv
t3_a857kr
null
null
t3_a857kr
/r/programming/comments/a857kr/china_hacked_hpe_ibm_and_then_attacked_clients/ecizaqv/
1548056181
1
t5_2fwo
r/programming
public
null
False
alivmo
t2_3yr7jsf
> You'll need to pay $20k a year on health insurance that doesn't pay for anything Not even close, most people would pay between 250-500/month for insurance. Even the shittiest (also cheaper monthly cost) plans have out of pocket maxes at no more than 10k.
null
0
1544498818
False
0
ebjhfr5
t3_a4n8jv
null
null
t1_ebh6gbx
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjhfr5/
1547457036
1
t5_2fwo
r/programming
public
null
False
-anonq-
t2_2k6vwonk
Could you elaborate your dislike for JSON and XML?
null
0
1545756182
False
0
ecizcs0
t3_a9da04
null
null
t1_ecirwtp
/r/programming/comments/a9da04/learn_prolog_now/ecizcs0/
1548056207
5
t5_2fwo
r/programming
public
null
False
OCedHrt
t2_257a4
You're not the average situation though. You're what most hope for. And cancer will still nearly bankrupt you.
null
0
1544498863
False
0
ebjhhlt
t3_a4n8jv
null
null
t1_ebi8chu
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjhhlt/
1547457059
2
t5_2fwo
r/programming
public
null
False
lupajz
t2_4wcfw
Idk, if they rather created bindings to existing native languages for each platform into some SurfaceView (idk what ios has) that would be much better imo.
null
0
1545756223
False
0
ecizeau
t3_a9f2ni
null
null
t1_ecivml7
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecizeau/
1548056226
5
t5_2fwo
r/programming
public
null
False
aqua2nd
t2_1l6qdcu0
I don't think average users or even majority of programmers care about Servo or the fact is written in Rust unless it shows huge advantages in performances, usability
null
0
1544498923
False
0
ebjhjzl
t3_a3q1vh
null
null
t1_eb8tp5r
/r/programming/comments/a3q1vh/its_official_chromium_is_coming_to_microsoft_edge/ebjhjzl/
1547457089
1
t5_2fwo
r/programming
public
null
False
neonhz
t2_acm0zkf
Welcome back to the 80s
null
0
1545756427
False
0
ecizlrf
t3_a9eefg
null
null
t1_eciubc8
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecizlrf/
1548056317
4
t5_2fwo
r/programming
public
null
False
OctoBanana
t2_ozkjy
For a weekend project, I wanted to write a program that would use the C++ HTTP client library I've been working on recently. I was curious to put it to the test in a real scenario and see what works and find any pain points. I decided on making a CLI program that utilized GitHub's HTTP API to perform search queries. Stig is a CLI tool for searching GitHub from your terminal. It has all the same sorting and filter options that are present on GitHub, and outputs coloured, formatted results to stdout. Sharing in case anyone else may find some use in it. Any feedback or thoughts are welcomed! [View on my personal website](https://octobanana.com/software/stig) [View on GitHub](https://github.com/octobanana/stig)
null
0
1544499069
False
0
ebjhqes
t3_a53282
null
null
t3_a53282
/r/programming/comments/a53282/stig_a_cli_tool_for_searching_github_from_the/ebjhqes/
1547457168
7
t5_2fwo
r/programming
public
null
False
-anonq-
t2_2k6vwonk
Neat
null
0
1545756685
False
0
ecizvqr
t3_a8tmd0
null
null
t3_a8tmd0
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecizvqr/
1548056469
1
t5_2fwo
r/programming
public
null
False
alivmo
t2_3yr7jsf
AMA fucked up healthcare costs for 80% of Americans. I went from around 100/month to 350/month for a much worse plan.
null
0
1544499150
False
0
ebjhtu5
t3_a4n8jv
null
null
t1_ebhfclt
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjhtu5/
1547457209
1
t5_2fwo
r/programming
public
null
False
EitherBody2
t2_2uhw9anw
I've used C++ and Java professionally. I've spent a lot of time writing Haskell code. I love Go for a lot of reasons.
null
0
1545756688
False
0
ecizvuv
t3_a8rptf
null
null
t1_ecdxxsd
/r/programming/comments/a8rptf/i_do_not_like_go/ecizvuv/
1548056470
0
t5_2fwo
r/programming
public
null
False
Lhopital_rules
t2_ax63z
You're welcome! Best of luck with your search.
null
0
1544499155
False
0
ebjhu1q
t3_a4n8jv
null
null
t1_ebi7jes
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebjhu1q/
1547457212
1
t5_2fwo
r/programming
public
null
False
ldlework
t2_42ecr
Do you know what the number is for this industry? You don't. So such a question is completely disingenuous and pointless.
null
0
1545756907
False
0
ecj055d
t3_a6nfgh
null
null
t1_echtujw
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ecj055d/
1548056585
1
t5_2fwo
r/programming
public
null
False
goretsky
t2_3tihk
Hello, You can use a Mac or a Windows key to install the Linux version of ESET's software. It's just not publicized heavily because very few consumers buy Linux desktop anti-malware solutions. Regards, Aryeh Goretsky
null
0
1544499164
False
0
ebjhudx
t3_a4tznm
null
null
t1_ebib9x8
/r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebjhudx/
1547457216
2
t5_2fwo
r/programming
public
null
False
bloody-albatross
t2_cdjk3
> I get the feeling you have no experience with rust macro's. What does this have to do with anything? You mentioned Rust's macros, I didn't. I mentioned Rust and Java as examples for languages where error handling is not optional. Where you have to acknowledge the error case and can't just accidentally ignore it. Where ignoring it is a deliberate and more involved thing to do (or where it is at least a _very_ obvious thing in the source). Rust and Java are only examples. Same goes for C#, Haskell etc. Any statically typed language that uses checked exceptions or non-ignoreable algebraic/sum return types for error handling.
null
0
1545757240
False
0
ecj0jd9
t3_a8rptf
null
null
t1_ecidq64
/r/programming/comments/a8rptf/i_do_not_like_go/ecj0jd9/
1548056761
1
t5_2fwo
r/programming
public
null
False
cactusJoe
t2_44846
What a blast from the past. We used to get computing magazines with the code written out just like that - Spent the days typing out all the peeks and pokes and then having a game to play. With no reliable way to save it though, the next time you want to play it once more, you type it all in again. Loved my ZX81, but don't miss it.
null
0
1544499229
False
0
ebjhx3q
t3_a50lyy
null
null
t3_a50lyy
/r/programming/comments/a50lyy/the_mad_computer_program/ebjhx3q/
1547457250
5
t5_2fwo
r/programming
public
null
False
rambossa1
t2_jb7hzpo
Is this immediately usable?
null
0
1545757331
False
0
ecj0n3h
t3_a8eox6
null
null
t3_a8eox6
/r/programming/comments/a8eox6/facebook_opensources_a_speechrecognition_system/ecj0n3h/
1548056807
1
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
It's certainly true that electron apps are garbage compared to native apps but in that situation there is no 'cost' but the person's time, no?
null
0
1544499518
False
0
ebji92g
t3_a4spxl
null
null
t1_ebiqjt0
/r/programming/comments/a4spxl/walking_in_my_electron_shoes/ebji92g/
1547457399
1
t5_2fwo
r/programming
public
null
False
AngularBeginner
t2_eky8x
Congratulations to the 1.0.0!
null
0
1545757417
False
0
ecj0qts
t3_a9fg8h
null
null
t3_a9fg8h
/r/programming/comments/a9fg8h/spacevim_release_v100/ecj0qts/
1548056853
19
t5_2fwo
r/programming
public
null