Hacker News
- Should I use React.createClass, ES6 Classes or stateless functional components? http://jamesknelson.com/should-i-use-react-createclass-es6-classes-or-stateless-functional-components/ 2 comments
- λ Lessons: Pattern matching, first-class functions, and abstracting over recursion in Haskell https://stevekrouse.github.io/hs.js/ 3 comments haskell
- Passing a generic function (with different signatures) as a class parameter? https://stackoverflow.com/questions/62265975/passing-a-function-with-arguments-as-an-argument-in-c-arduino 9 comments arduino
- [Q] Can't apply a function to an object of the class "character" https://easyupload.io/3lle1b 5 comments rstats
- Classes are just a fancy way of writing higher order functions https://stopa.io/post/250 26 comments javascript
- Is there still a difference between class arrow functions and bound functions? https://github.com/airbnb/javascript/tree/master/react#methods 5 comments reactjs
- Boots Riley: 'Trump, Obama or Bush – their function is to serve the ruling class' https://www.independent.co.uk/arts-entertainment/films/features/boots-riley-sorry-to-bother-you-trump-obama-bush-us-ruling-class-a8670176.html?fbclid=iwar0kb3tzgknpelr1ra_he2qb5jkyznuglrm9ihyps0ldg-r6ayu-tgam9yg&utm_source=reddit.com 3 comments moderatepolitics
- How Does React Tell a Class from a Function? https://overreacted.io/how-does-react-tell-a-class-from-a-function/ 14 comments javascript
- How Does React Tell a Class from a Function? https://overreacted.io/how-does-react-tell-a-class-from-a-function/ 26 comments reactjs
- **[Testing]**Best practice to test functions which call other functions/dependent on other functions within the same class? https://www.reddit.com/r/learnprogramming/comments/7uwwkm/testingbest_practice_to_test_functions_which_call/ 3 comments learnprogramming
- Functional vs class components https://react.christmas/16 26 comments reactjs
- Arrow Functions in Class Properties Might Not Be As Great As We Think https://medium.com/@charpeni/arrow-functions-in-class-properties-might-not-be-as-great-as-we-think-3b3551c440b1 6 comments reactjs
- Arrow Functions in Class Properties Might Not Be As Great As We Think https://medium.com/@charpeni/arrow-functions-in-class-properties-might-not-be-as-great-as-we-think-3b3551c440b1 9 comments javascript
- A class of functions with frustrating growth behavior https://www.reddit.com/r/math/comments/73pcg1/a_class_of_functions_with_frustrating_growth/ 6 comments math
- On the invertibility of a class of odd functions https://www.reddit.com/r/math/comments/6uet98/on_the_invertibility_of_a_class_of_odd_functions/ 7 comments math
- Help with linking error when trying to separate functions into class X-Post: /r/cpp_questions https://www.reddit.com/r/arduino/comments/6q85po/help_with_linking_error_when_trying_to_separate/ 4 comments arduino
- When do you use Class Based Views as opposed to Function based? https://www.reddit.com/r/django/comments/6pth8c/when_do_you_use_class_based_views_as_opposed_to/ 22 comments django
- When should machine learning algorithms be implement as classes when should they be implemented as just functions? http://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/ 6 comments learnmachinelearning
- Condition Closures: How first-class functions could enhance Gavin's condition-oriented programming http://www.blunderingcode.com/condition-closures/ 5 comments ethereum
- scala functional - methods/functions inside or outside case class? (Stack Overflow) http://stackoverflow.com/q/38025936/2028789 4 comments scala
- Class? Class object? Constructor function? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript#Terminology 21 comments javascript
- [C++] Linker error? "Undefined reference to 'class'::'function'.... http://cse.csusb.edu/murphy/cse202/lab6a-2011.html 6 comments learnprogramming
- New class of previously unrecognized mammalian genes that do not encode proteins, but instead function as long RNA molecules http://www.geneticstimes.com/research/scientists_uncover_new_class_of_nonprotein_coding_genes_in_mammals_with_key_functions.asp 4 comments science
- First Class Functions in C http://www.dekorte.com/blog/blog.cgi?do=item&id=3119 99 comments programming
- Convert class to functional component https://codesandbox.io/s/competent-lake-2jkb3 3 comments reactjs
- Class components vs Function Components (w Hooks) https://reactjs.org/docs/hooks-intro.html 10 comments reactjs
- [homework] C++ calling class function and getting a logic error https://www.reddit.com/r/learnprogramming/comments/7ugpaf/homework_c_calling_class_function_and_getting_a/ 14 comments learnprogramming
- JS function doesn't run when a button (which is assigned a class) is clicked https://www.reddit.com/r/javascript/comments/5avxgj/js_function_doesnt_run_when_a_button_which_is/ 3 comments javascript
- Is anyone taking the Functional Program Design in Scala class from Coursera? https://www.reddit.com/r/scala/comments/4zds0e/is_anyone_taking_the_functional_program_design_in/ 20 comments scala
- Should I use React.createClass, ES6 Classes or stateless functional components? http://jamesknelson.com/should-i-use-react-createclass-es6-classes-or-stateless-functional-components/ 23 comments reactjs
- [Blog post] Moving from Multiparameter Type Classes and Functional Dependencies to Type Families in Haskell https://dikgwahlapiso.wordpress.com/2015/08/30/moving-from-multiparameter-type-classes-and-functional-dependencies-to-type-families-in-haskell/ 3 comments haskell
- C++ corner case: You can implement pure virtual functions in the base class http://blogs.msdn.com/b/oldnewthing/archive/2013/10/11/10455907.aspx 27 comments programming
- 'Functional Democracy' Over If Biden Doesn't Lift Up Working Class and Defeat Trump: Sanders https://www.commondreams.org/news/bernie-sanders-advice-for-joe-biden-2024 289 comments politics
- Precarious Work Isn’t New — It’s Part of How Capitalism Functions. Claims that the working class no longer exists often suggest it’s been replaced by a “precariat” who don’t get a regular salary. But this precarious condition has been the experience of most workers throughout capitalism’s history. https://jacobinmag.com/2020/04/precarity-french-labor-market-gig-economy-precariat 3 comments politics
- Vue 3's class API proposal has been dropped in favor of "composition functions" https://github.com/vuejs/rfcs/pull/17#issuecomment-494242121 75 comments vuejs
- For my final project for a functional languages class, I decided to write Conway's Game of Life in Haskell. https://github.com/UltraSabreman/CS457/tree/master/project 19 comments haskell
- [TD Place] We’ve submitted a proposal to the City of Ottawa to demolish the existing functionally obsolete north stadium stands and arena complex [where the Ottawa 67's play], and build a new, world-class event centre and north stadium stands. https://twitter.com/TD_Place/status/1519346294497681410?s=20&t=jPRB0nRwOCfv5XxXxv605w 65 comments hockey
- Fareed Zakaria: "We are creating a vast prisoner underclass in this country at huge expense, increasingly unable to function in normal society, all in the name of a war we have already lost...." http://globalpublicsquare.blogs.cnn.com/2012/03/22/zakaria-incarceration-nation/ 39 comments politics
- JAVASCRIPT Chapter 2 Topics:Data Set, Objects, Arrays,JSON,Abstraction, Higher-order Functions, Filtering arrays, Compostability, Strings and Character code, Encapsulation, Prototype, Classes, Maps, Polymorphism, Getter, Setter, Statics, Inheritance. http://practpoint.com/javascript-chapter-2/ 3 comments javascript
- For those who are new learning to React, since the official React docs is still Class component-centric, I've found this WIP page that has been converted to use Functional components https://reactwithhooks.netlify.app/ 9 comments reactjs