Timeline for Appropriate design / technologies to handle dynamic string formatting?
Current License: CC BY-SA 3.0
33 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 27 at 16:58 | history | protected | gnat | ||
| Jul 26 at 15:18 | answer | added | user476215 | timeline score: -1 | |
| Jul 24 at 4:11 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 26 at 7:05 | review | Close votes | |||
| Mar 31 at 3:10 | |||||
| Mar 26 at 4:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Nov 26, 2024 at 3:04 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 29, 2024 at 3:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 31, 2024 at 2:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 2, 2023 at 2:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 4, 2023 at 2:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 6, 2023 at 1:03 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 7, 2022 at 0:06 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 9, 2022 at 0:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 10, 2022 at 23:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 11, 2021 at 22:07 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 13, 2021 at 21:05 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 15, 2021 at 20:52 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 16, 2020 at 20:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 18, 2020 at 19:06 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 20, 2020 at 19:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Dec 22, 2019 at 19:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Aug 24, 2019 at 17:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Apr 26, 2019 at 17:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Mar 27, 2019 at 16:38 | history | edited | Thomas Owens♦ |
edited tags
|
|
| Dec 13, 2018 at 10:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Nov 13, 2018 at 9:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Oct 14, 2018 at 9:00 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Sep 14, 2018 at 8:01 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jun 5, 2014 at 20:19 | comment | added | Mark W | I agree Doval, I dont have any real functional programming experience. I had considered writing my own simplified rules engine, but came to the same conclusion you did. I would end up implementing it poorly, or spending just as much time on it as I would have spent learning a rules engine. | |
| Jun 5, 2014 at 19:30 | comment | added | Doval | This seems highly functional in nature (e.g. a rule is simply a function that takes some value and returns a boolean). You might be able to pull it off in traditional OOP style, but I suspect you'll just end up poorly implementing your own rules engine with all the complexity you wanted to dodge. On the other hand if you're not already comfortable with functional programming it might take you longer to do this in functional style than to learn a rules engine. | |
| Jun 5, 2014 at 17:01 | review | First posts | |||
| Jun 5, 2014 at 23:56 | |||||
| Jun 5, 2014 at 16:45 | history | edited | gnat | CC BY-SA 3.0 |
spelling, formatting, personal stuff cleanup
|
| Jun 5, 2014 at 16:43 | history | asked | Mark W | CC BY-SA 3.0 |