Code Review Weekly Newsletter
Code Review Weekly Newsletter

Top new questions this week:

"Ticker" for game timing

I designed a "Ticker" based on how I imagine Minecraft's tick system works. My ticker calls a method tickRate times a second and provides a Delta Time value (deltaTime) to the method being called. ...

java game timer  
asked by jackwilsdon 13 votes
answered by TheCoffeeCup 5 votes

Translating from English to Entean

I wrote a python script that converts English to Entean language from an anime called "The Devil is a part timer". I am sloppy at coding and know that the script can be made better. In the anime, the ...

python strings python-3.x caesar-cipher  
asked by user3620828 13 votes
answered by Barry 15 votes

21: The number with the curse

The goal of this game is to not say the number 21. Rules: You must only say numbers consecutive to the previous said number. You may say 1, 2, or 3 numbers at a time. For example: Player 1 ...

java ai  
asked by TheCoffeeCup 12 votes
answered by 200_success 5 votes

Async insecurities

I feel like I'm overdoing the async await stuff. I'm just learning. Maybe this isn't the best instance to be using this stuff. I have a system with sensors that detect the completion of some ...

c# async-await  
asked by J Dub 11 votes
answered by moarboilerplate 4 votes

BF#: Round 2 (Fight!)

So I've completely changed how BrainfuckSharp does things, and added some features. This is obviously a follow up to: Interpreting Brainfuck code to C#, then compiling to a .exe It now features an ...

c# interpreter brainfuck compiler  
asked by EBrown 11 votes
answered by Mat's Mug 7 votes

Stack implementation (Move semantics)

I have implemented a basic stack just for fun. I've just started learning about move constructors and assignment and move semantics as a whole, so I would really appreciate some feedback as to whether ...

c++ c++11 memory-management stack  
asked by DeiDei 9 votes
answered by Loki Astari 8 votes

Beer song excercise

I'm reading the book Head First Java and got an assignment to re-create the 99 Bottles of Beer song according to those lyrics found in the URL. I've had to do this with a Java while loop. class ...

java loop  
asked by Bas 9 votes
answered by Caridorc 8 votes

Greatest hits from previous weeks:

Snake game in C++

This is my version of the Snake game, written in C++. How could it be improved, and what general advice would be useful for future projects? #include <iostream> #include <conio.h> void ...

c++ beginner game  
asked by TheKittyKat 21 votes
answered by Yann 21 votes

Simple Java calculator

I am a beginner in Java programming. Here is my simple calculator. I hope you could scan through my coding and let me know if there is any error in my coding or how I could simplify the code. import ...

java beginner calculator  
asked by Isaac 10 votes
answered by Vojta 12 votes

Can you answer these?

Workaround proxy to be able to call 32-bit dll

I had a problem that I posted on StackOverflow about that I could not connect to windows phone 7 from a 64-bit application. I got one response that said I should try to create a WCF Service over named ...

c# wcf proxy  
asked by Happlo 3 votes

Node bot to send out reminder-emails if a team member doesn't submit their weekly schedule

This CalendarService is part of a little node-bot I wrote today which sends out reminder-emails if a team member forgets to submit his weekly schedule in time. Calendar backend is using Google ...

javascript node.js ecmascript-6  
asked by chapati 3 votes

Implementing my own signal slot mechanism using C++11

I programmed in C# and I used the Qt framework. Both of them have their own signal slot mechanism which are really powerful. I looked at several implementations in C++ and based on what I learnt from ...

c++ c++11 event-handling  
asked by Szőke Szabolcs 4 votes
Subscribe to more Stack Exchange newsletters


Unsubscribe from this newsletter or change your email preferences by visiting your subscriptions page on stackexchange.com.

Questions? Comments? Let us know on our feedback site. If you no longer want to receive mail from Stack Exchange, unsubscribe from all stackexchange.com emails.

Stack Exchange, Inc. 110 William St, 28th Floor, NY NY 10038 <3