Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Unanswered Questions

Ask Question
336 questions with no upvoted or accepted answers
8votes
0answers
366views

STTCL FSM framework based on the GoF State Pattern, Part I: The basic interfaces

PrefaceI have decided to let my pet project created some years ago to undergo a code review here. The review will be broken into parts according to meta question Multiple reviews or one big review?...
6votes
0answers
185views

Efficiently generate distinct subsets which sum to a particular value

Related: Find all distinct subsets that sum to a given numberThis code is supposed to efficiently generate all subsets of a list such that the subset's values sum to a particular target value. For ...
6votes
0answers
211views

Converting between cooking measurements

I've made an Android app that converts between cooking measurements, taking into account the type of product you use (that way it can convert between mass and volume by using the density). What are ...
6votes
0answers
293views

ATB strategy MVC architecture refactoring

NOTE: this question isn't as long as it appears to be. I added the comments to the code only to answer some possible questions that may appear.I'm making an active time battle strategy. Its mechanics ...
6votes
0answers
134views

Showing a Wikipedia article's changes as Git commits

I created a small-ish NodeJS script which takes as argument the name of a Wikipedia article (and optionally a Wikipedia edition, "en" is default) and creates a Git repository with each ...
6votes
0answers
145views

Android component animatable on its height

I'd like to have a code review for a component which is supposed to be animatable on its height. It's supposed to be a transitioning element.I find it quite laggy on my phone....
5votes
0answers
104views

Correct abstractions/organisation of a NodeJS GraphQL API

I recently did a quick take-home test for a potential job opportunity. It included building a GraphQL API with nodeJS. I am not an expert in node (mostly use Python at work) but I have used it for ...
5votes
0answers
194views

Replacing tags in email

I have multiple tables and multiple email templates which will need tags replacing. The data for the tags depends on the recipient id as the data will need to be fetched from different tables.I have ...
5votes
0answers
2kviews

Android nested RecyclerView handling clicks, using OOP

Brief Background: I just started learning Android Development recently. I have some experience with programming and understand the basics of OOP but am not confident that I am using principles of OOP ...
5votes
0answers
71views

Fragment of code with Android MVP that checks login credentials via REST API

I'm learning MVP for Android and am wondering if that piece of code that I wrote is correct in terms of this pattern or maybe is completely messed up.I'm wondering if there can be return type other ...
5votes
0answers
354views

Extending VBA classes with Behavioral Patterns

I want to learn about Design Patterns and be able to apply them in Excel VBA. So to learn about patterns I bought a book that seems promising: Head First Design Patterns; it presents the material ...
5votes
0answers
172views

Prototype GameManager for game written in Unity

I am self taught, so I'm consistently seeking ways to code better, and more efficiently. If anyone has the time, please advise me on what can be done better with explanations as to why the old method ...
5votes
0answers
2kviews

Android audio recording using AudioRecord and ByteBuffer

I'm developing an audio recorder app for android using AudioRecord class to have a low level access to audio samples....
5votes
0answers
152views

Writing service/network layer for mobile apps

I have an app that gets and posts blog posts to and from a server.Right now I have a network client object which is passed into a service object. The service object is created and called from an ...
5votes
0answers
88views

Elegant way to alter datasets with explicit filters

I would like to write a small helper to filter datasets. Each dataset is a dictionary and some filters I want to apply are common to all the datasets.That my needs, I wrote this following pattern:<...

153050per page
1
2345
23

Unanswered Tags

javascript × 144
java × 67
c# × 30
object-oriented × 30
express.js × 25
beginner × 20
kotlin × 19
mongodb × 18
performance × 14
json × 14
python × 13
api × 12
typescript × 12
promise × 12
mvvm × 11
mongoose × 11
php × 10
c++ × 9
algorithm × 8
mysql × 7
error-handling × 7
mvc × 7
repository × 7
firebase × 7
python-3.x × 6
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp